Shades of Light Sky Blue #96C9FC
Tints of Light Sky Blue #96C9FC
RGB
CMYK
RGB Variations
Color information
#96C9FC (or 0x96C9FC) is known color: Light Sky Blue. HEX triplet: 96, C9 and FC. RGB value is (150,201,252). Sum of RGB (Red+Green+Blue) = 150+201+252=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #96C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9FC is #693603. Grayscale: #BFBFBF. Windows color (decimal): -6895108 or 16566678. OLE color: 16566678.
HSL color Cylindrical-coordinate representation of color #96C9FC: hue angle of 210º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96C9FC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 201 | 252 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.79% | - |
| HSV(B) | 210º | 0.4% | 0.99% | - |
| XYZ | 51.04 | 55.29 | 100.08 | - |
| YUV | 191.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 252 | 0.40 | 0.20 | 0 | 0.01 | 210 | 0.94 | 0.79 |
| Hex | 96 | C9 | FC | 28 | 14 | 0 | 1 | D2 | 5E | 4F |
| Octal | 226 | 311 | 374 | 50 | 24 | 0 | 1 | 322 | 136 | 117 |
| Binary | 10010110 | 11001001 | 11111100 | 101000 | 10100 | 0 | 1 | 11010010 | 1011110 | 1001111 |
Color Harmonies of #96C9FC
Complementary color
Monochromatic Colors of #96C9FC
Black with #96C9FC
Text Example
Text Example
White with #96C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C9FC; }
p { color: rgb(150,201,252); }
H1.HeaderClassName
{
color: #96C9FC;
}
.AnyTagClassName
{
color: #96C9FC;
}
</style>
background-color css
<style>
a { background-color: #96C9FC; }
a { background-color: rgb(150,201,252); }
div.DivClassName
{
background-color: #96C9FC;
}
.BgClassName
{
background-color: #96C9FC;
}
</style>
border-color css
<style>
span { border-color: #96C9FC; }
span { border-color: rgb(150,201,252); }
td.TdClassName
{
border-color: #96C9FC;
}
.TagClassName
{
border-color: #96C9FC;
}
</style>