Shades of Light Sky Blue #96CFFC
Tints of Light Sky Blue #96CFFC
RGB
CMYK
RGB Variations
Color information
#96CFFC (or 0x96CFFC) is known color: Light Sky Blue. HEX triplet: 96, CF and FC. RGB value is (150,207,252). Sum of RGB (Red+Green+Blue) = 150+207+252=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #96CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFFC is #693003. Grayscale: #C2C2C2. Windows color (decimal): -6893572 or 16568214. OLE color: 16568214.
HSL color Cylindrical-coordinate representation of color #96CFFC: hue angle of 206.47º 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 #96CFFC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 207 | 252 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.01 |
| HSL | 206.47º | 0.94% | 0.79% | - |
| HSV(B) | 206.47º | 0.4% | 0.99% | - |
| XYZ | 52.46 | 58.14 | 100.55 | - |
| YUV | 195.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 252 | 0.40 | 0.18 | 0 | 0.01 | 206.47 | 0.94 | 0.79 |
| Hex | 96 | CF | FC | 28 | 12 | 0 | 1 | CE | 5E | 4F |
| Octal | 226 | 317 | 374 | 50 | 22 | 0 | 1 | 316 | 136 | 117 |
| Binary | 10010110 | 11001111 | 11111100 | 101000 | 10010 | 0 | 1 | 11001110 | 1011110 | 1001111 |
Color Harmonies of #96CFFC
Complementary color
Monochromatic Colors of #96CFFC
Black with #96CFFC
Text Example
Text Example
White with #96CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFFC; }
p { color: rgb(150,207,252); }
H1.HeaderClassName
{
color: #96CFFC;
}
.AnyTagClassName
{
color: #96CFFC;
}
</style>
background-color css
<style>
a { background-color: #96CFFC; }
a { background-color: rgb(150,207,252); }
div.DivClassName
{
background-color: #96CFFC;
}
.BgClassName
{
background-color: #96CFFC;
}
</style>
border-color css
<style>
span { border-color: #96CFFC; }
span { border-color: rgb(150,207,252); }
td.TdClassName
{
border-color: #96CFFC;
}
.TagClassName
{
border-color: #96CFFC;
}
</style>