Shades of Light Sky Blue #78D4FE
Tints of Light Sky Blue #78D4FE
RGB
CMYK
RGB Variations
Color information
#78D4FE (or 0x78D4FE) is known color: Light Sky Blue. HEX triplet: 78, D4 and FE. RGB value is (120,212,254). Sum of RGB (Red+Green+Blue) = 120+212+254=586 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.48% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #78D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D4FE is #872B01. Grayscale: #BDBDBD. Windows color (decimal): -8858370 or 16700536. OLE color: 16700536.
HSL color Cylindrical-coordinate representation of color #78D4FE: hue angle of 198.81º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78D4FE is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 212 | 254 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.00 |
| HSL | 198.81º | 0.99% | 0.73% | - |
| HSV(B) | 198.81º | 0.53% | 1% | - |
| XYZ | 49.18 | 58.24 | 102.41 | - |
| YUV | 189.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 254 | 0.53 | 0.17 | 0 | 0.00 | 198.81 | 0.99 | 0.73 |
| Hex | 78 | D4 | FE | 35 | 11 | 0 | 0 | C7 | 63 | 49 |
| Octal | 170 | 324 | 376 | 65 | 21 | 0 | 0 | 307 | 143 | 111 |
| Binary | 1111000 | 11010100 | 11111110 | 110101 | 10001 | 0 | 0 | 11000111 | 1100011 | 1001001 |
Color Harmonies of #78D4FE
Complementary color
Monochromatic Colors of #78D4FE
Black with #78D4FE
Text Example
Text Example
White with #78D4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D4FE; }
p { color: rgb(120,212,254); }
H1.HeaderClassName
{
color: #78D4FE;
}
.AnyTagClassName
{
color: #78D4FE;
}
</style>
background-color css
<style>
a { background-color: #78D4FE; }
a { background-color: rgb(120,212,254); }
div.DivClassName
{
background-color: #78D4FE;
}
.BgClassName
{
background-color: #78D4FE;
}
</style>
border-color css
<style>
span { border-color: #78D4FE; }
span { border-color: rgb(120,212,254); }
td.TdClassName
{
border-color: #78D4FE;
}
.TagClassName
{
border-color: #78D4FE;
}
</style>