Shades of Light Sky Blue #78D1F8
Tints of Light Sky Blue #78D1F8
RGB
CMYK
RGB Variations
Color information
#78D1F8 (or 0x78D1F8) is known color: Light Sky Blue. HEX triplet: 78, D1 and F8. RGB value is (120,209,248). Sum of RGB (Red+Green+Blue) = 120+209+248=577 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.80% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #78D1F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D1F8 is #872E07. Grayscale: #BABABA. Windows color (decimal): -8859144 or 16306552. OLE color: 16306552.
HSL color Cylindrical-coordinate representation of color #78D1F8: hue angle of 198.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78D1F8 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 209 | 248 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.03 |
| HSL | 198.28º | 0.9% | 0.72% | - |
| HSV(B) | 198.28º | 0.52% | 0.97% | - |
| XYZ | 47.49 | 56.37 | 97.18 | - |
| YUV | 186.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 209 | 248 | 0.52 | 0.16 | 0 | 0.03 | 198.28 | 0.9 | 0.72 |
| Hex | 78 | D1 | F8 | 34 | 10 | 0 | 3 | C6 | 5A | 48 |
| Octal | 170 | 321 | 370 | 64 | 20 | 0 | 3 | 306 | 132 | 110 |
| Binary | 1111000 | 11010001 | 11111000 | 110100 | 10000 | 0 | 11 | 11000110 | 1011010 | 1001000 |
Color Harmonies of #78D1F8
Complementary color
Monochromatic Colors of #78D1F8
Black with #78D1F8
Text Example
Text Example
White with #78D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D1F8; }
p { color: rgb(120,209,248); }
H1.HeaderClassName
{
color: #78D1F8;
}
.AnyTagClassName
{
color: #78D1F8;
}
</style>
background-color css
<style>
a { background-color: #78D1F8; }
a { background-color: rgb(120,209,248); }
div.DivClassName
{
background-color: #78D1F8;
}
.BgClassName
{
background-color: #78D1F8;
}
</style>
border-color css
<style>
span { border-color: #78D1F8; }
span { border-color: rgb(120,209,248); }
td.TdClassName
{
border-color: #78D1F8;
}
.TagClassName
{
border-color: #78D1F8;
}
</style>