#78D4FD

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

Shades of Light Sky Blue #78D4FD

Tints of Light Sky Blue #78D4FD

Color information

#78D4FD (or 0x78D4FD) is unknown color: approx Light Sky Blue. HEX triplet: 78, D4 and FD. RGB value is (120,212,253). Sum of RGB (Red+Green+Blue) = 120+212+253=585 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.51% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #78D4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D4FD is #872B02. Grayscale: #BCBCBC. Windows color (decimal): -8858371 or 16635000. OLE color: 16635000.

HSL color Cylindrical-coordinate representation of color #78D4FD: hue angle of 198.5º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D4FD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120212253-
CMYK0.530.1600.01
HSL198.5º97.08%73.14%-
HSV(B)198.5º52.57%99.22%-
XYZ49.0258.17101.57-
YUV189.17164.0278.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.51%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=20.51%
G=36.24%
B=43.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202122530.530.1600.01198.597.0873.14
Hex78D4FD351001c66149
Octal170324375652001306141111
Binary1111000110101001111110111010110000011100011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,212,253); }

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

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

 a { background-color: rgb(120,212,253); }

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

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

 span { border-color: rgb(120,212,253); }

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