Shades of Light Sky Blue #78D0FC
Tints of Light Sky Blue #78D0FC
RGB
CMYK
RGB Variations
Color information
#78D0FC (or 0x78D0FC) is known color: Light Sky Blue. HEX triplet: 78, D0 and FC. RGB value is (120,208,252). Sum of RGB (Red+Green+Blue) = 120+208+252=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #78D0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D0FC is #872F03. Grayscale: #BABABA. Windows color (decimal): -8859396 or 16568440. OLE color: 16568440.
HSL color Cylindrical-coordinate representation of color #78D0FC: hue angle of 200º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78D0FC is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 208 | 252 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.01 |
| HSL | 200º | 0.96% | 0.73% | - |
| HSV(B) | 200º | 0.52% | 0.99% | - |
| XYZ | 47.87 | 56.13 | 100.41 | - |
| YUV | 186.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 252 | 0.52 | 0.17 | 0 | 0.01 | 200 | 0.96 | 0.73 |
| Hex | 78 | D0 | FC | 34 | 11 | 0 | 1 | C8 | 60 | 49 |
| Octal | 170 | 320 | 374 | 64 | 21 | 0 | 1 | 310 | 140 | 111 |
| Binary | 1111000 | 11010000 | 11111100 | 110100 | 10001 | 0 | 1 | 11001000 | 1100000 | 1001001 |
Color Harmonies of #78D0FC
Complementary color
Monochromatic Colors of #78D0FC
Black with #78D0FC
Text Example
Text Example
White with #78D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D0FC; }
p { color: rgb(120,208,252); }
H1.HeaderClassName
{
color: #78D0FC;
}
.AnyTagClassName
{
color: #78D0FC;
}
</style>
background-color css
<style>
a { background-color: #78D0FC; }
a { background-color: rgb(120,208,252); }
div.DivClassName
{
background-color: #78D0FC;
}
.BgClassName
{
background-color: #78D0FC;
}
</style>
border-color css
<style>
span { border-color: #78D0FC; }
span { border-color: rgb(120,208,252); }
td.TdClassName
{
border-color: #78D0FC;
}
.TagClassName
{
border-color: #78D0FC;
}
</style>