Shades of Light Sky Blue #96C8F9
Tints of Light Sky Blue #96C8F9
RGB
CMYK
RGB Variations
Color information
#96C8F9 (or 0x96C8F9) is known color: Light Sky Blue. HEX triplet: 96, C8 and F9. RGB value is (150,200,249). Sum of RGB (Red+Green+Blue) = 150+200+249=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #96C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8F9 is #693706. Grayscale: #BEBEBE. Windows color (decimal): -6895367 or 16369814. OLE color: 16369814.
HSL color Cylindrical-coordinate representation of color #96C8F9: hue angle of 209.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C8F9 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 200 | 249 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.02 |
| HSL | 209.7º | 0.89% | 0.78% | - |
| HSV(B) | 209.7º | 0.4% | 0.98% | - |
| XYZ | 50.33 | 54.63 | 97.51 | - |
| YUV | 190.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 249 | 0.40 | 0.20 | 0 | 0.02 | 209.7 | 0.89 | 0.78 |
| Hex | 96 | C8 | F9 | 28 | 14 | 0 | 2 | D2 | 59 | 4E |
| Octal | 226 | 310 | 371 | 50 | 24 | 0 | 2 | 322 | 131 | 116 |
| Binary | 10010110 | 11001000 | 11111001 | 101000 | 10100 | 0 | 10 | 11010010 | 1011001 | 1001110 |
Color Harmonies of #96C8F9
Complementary color
Monochromatic Colors of #96C8F9
Black with #96C8F9
Text Example
Text Example
White with #96C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C8F9; }
p { color: rgb(150,200,249); }
H1.HeaderClassName
{
color: #96C8F9;
}
.AnyTagClassName
{
color: #96C8F9;
}
</style>
background-color css
<style>
a { background-color: #96C8F9; }
a { background-color: rgb(150,200,249); }
div.DivClassName
{
background-color: #96C8F9;
}
.BgClassName
{
background-color: #96C8F9;
}
</style>
border-color css
<style>
span { border-color: #96C8F9; }
span { border-color: rgb(150,200,249); }
td.TdClassName
{
border-color: #96C8F9;
}
.TagClassName
{
border-color: #96C8F9;
}
</style>