#78D0F6

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

Shades of Light Sky Blue #78D0F6

Tints of Light Sky Blue #78D0F6

Color information

#78D0F6 (or 0x78D0F6) is unknown color: approx Light Sky Blue. HEX triplet: 78, D0 and F6. RGB value is (120,208,246). Sum of RGB (Red+Green+Blue) = 120+208+246=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #78D0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D0F6 is #872F09. Grayscale: #B9B9B9. Windows color (decimal): -8859402 or 16175224. OLE color: 16175224.

HSL color Cylindrical-coordinate representation of color #78D0F6: hue angle of 198.1º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D0F6 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120208246-
CMYK0.510.1500.04
HSL198.1º87.5%71.76%-
HSV(B)198.1º51.22%96.47%-
XYZ46.9455.7695.48-
YUV186.02161.8580.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.91%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 246 (96.48% from 255) = 42.86%
R=20.91%
G=36.24%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1202082460.510.1500.04198.187.571.76
Hex78D0F633F04c65848
Octal170320366631704306130110
Binary11110001101000011110110110011111101001100011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,208,246); }

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

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

 a { background-color: rgb(120,208,246); }

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

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

 span { border-color: rgb(120,208,246); }

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