#7AC7EE

Color #7AC7EE Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7AC7EE

Tints of Sky Blue #7AC7EE

Color information

#7AC7EE (or 0x7AC7EE) is unknown color: approx Sky Blue. HEX triplet: 7A, C7 and EE. RGB value is (122,199,238). Sum of RGB (Red+Green+Blue) = 122+199+238=559 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.82% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AC7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC7EE is #853811. Grayscale: #B4B4B4. Windows color (decimal): -8730642 or 15648634. OLE color: 15648634.

HSL color Cylindrical-coordinate representation of color #7AC7EE: hue angle of 200.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC7EE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122199238-
CMYK0.490.1600.07
HSL200.17º77.33%70.59%-
HSV(B)200.17º48.74%93.33%-
XYZ43.8851.1688.45-
YUV180.42160.4986.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 21.82%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=21.82%
G=35.60%
B=42.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221992380.490.1600.07200.1777.3370.59
Hex7AC7EE311007c84d47
Octal172307356612007310115107
Binary111101011000111111011101100011000001111100100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AC7EE; }

 p { color: rgb(122,199,238); }

 H1.HeaderClassName
 {
   color: #7AC7EE;
 }
 .AnyTagClassName
 {
   color: #7AC7EE;
 }
</style>
background-color css

<style>
 a { background-color: #7AC7EE; }

 a { background-color: rgb(122,199,238); }

 div.DivClassName
 {
   background-color: #7AC7EE;
 }
 .BgClassName
 {
   background-color: #7AC7EE;
 }
</style>
border-color css

<style>
 span { border-color: #7AC7EE; }

 span { border-color: rgb(122,199,238); }

 td.TdClassName
 {
   border-color: #7AC7EE;
 }
 .TagClassName
 {
   border-color: #7AC7EE;
 }
</style>