#78D2FD

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

Shades of Light Sky Blue #78D2FD

Tints of Light Sky Blue #78D2FD

Color information

#78D2FD (or 0x78D2FD) is unknown color: approx Light Sky Blue. HEX triplet: 78, D2 and FD. RGB value is (120,210,253). Sum of RGB (Red+Green+Blue) = 120+210+253=583 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.58% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #78D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2FD is #872D02. Grayscale: #BBBBBB. Windows color (decimal): -8858883 or 16634488. OLE color: 16634488.

HSL color Cylindrical-coordinate representation of color #78D2FD: hue angle of 199.4º 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 #78D2FD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120210253-
CMYK0.530.1700.01
HSL199.4º97.08%73.14%-
HSV(B)199.4º52.57%99.22%-
XYZ48.5257.18101.41-
YUV187.99164.6879.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 20.58%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=20.58%
G=36.02%
B=43.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1202102530.530.1700.01199.497.0873.14
Hex78D2FD351101c76149
Octal170322375652101307141111
Binary1111000110100101111110111010110001011100011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78D2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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