#78CCF2

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

Shades of Sky Blue #78CCF2

Tints of Sky Blue #78CCF2

Color information

#78CCF2 (or 0x78CCF2) is unknown color: approx Sky Blue. HEX triplet: 78, CC and F2. RGB value is (120,204,242). Sum of RGB (Red+Green+Blue) = 120+204+242=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #78CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CCF2 is #87330D. Grayscale: #B6B6B6. Windows color (decimal): -8860430 or 15912056. OLE color: 15912056.

HSL color Cylindrical-coordinate representation of color #78CCF2: hue angle of 198.69º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CCF2 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120204242-
CMYK0.500.1600.05
HSL198.69º82.43%70.98%-
HSV(B)198.69º50.41%94.9%-
XYZ45.3753.5991.96-
YUV183.22161.1782.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.20%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 242 (94.92% from 255) = 42.76%
R=21.20%
G=36.04%
B=42.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202042420.500.1600.05198.6982.4370.98
Hex78CCF2321005c75247
Octal170314362622005307122107
Binary111100011001100111100101100101000001011100011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78CCF2; }

 p { color: rgb(120,204,242); }

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

<style>
 a { background-color: #78CCF2; }

 a { background-color: rgb(120,204,242); }

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

<style>
 span { border-color: #78CCF2; }

 span { border-color: rgb(120,204,242); }

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