Shades of Light Sky Blue #96CEFF
Tints of Light Sky Blue #96CEFF
RGB
CMYK
RGB Variations
Color information
#96CEFF (or 0x96CEFF) is known color: Light Sky Blue. HEX triplet: 96, CE and FF. RGB value is (150,206,255). Sum of RGB (Red+Green+Blue) = 150+206+255=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #96CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEFF is #693100. Grayscale: #C2C2C2. Windows color (decimal): -6893825 or 16764566. OLE color: 16764566.
HSL color Cylindrical-coordinate representation of color #96CEFF: hue angle of 208º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96CEFF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 206 | 255 | - |
| CMYK | 0.41 | 0.19 | 0 | 0 |
| HSL | 208º | 1% | 0.79% | - |
| HSV(B) | 208º | 0.41% | 1% | - |
| XYZ | 52.7 | 57.85 | 103 | - |
| YUV | 194.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 255 | 0.41 | 0.19 | 0 | 0 | 208 | 1 | 0.79 |
| Hex | 96 | CE | FF | 29 | 13 | 0 | 0 | D0 | 64 | 4F |
| Octal | 226 | 316 | 377 | 51 | 23 | 0 | 0 | 320 | 144 | 117 |
| Binary | 10010110 | 11001110 | 11111111 | 101001 | 10011 | 0 | 0 | 11010000 | 1100100 | 1001111 |
Color Harmonies of #96CEFF
Complementary color
Monochromatic Colors of #96CEFF
Black with #96CEFF
Text Example
Text Example
White with #96CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEFF; }
p { color: rgb(150,206,255); }
H1.HeaderClassName
{
color: #96CEFF;
}
.AnyTagClassName
{
color: #96CEFF;
}
</style>
background-color css
<style>
a { background-color: #96CEFF; }
a { background-color: rgb(150,206,255); }
div.DivClassName
{
background-color: #96CEFF;
}
.BgClassName
{
background-color: #96CEFF;
}
</style>
border-color css
<style>
span { border-color: #96CEFF; }
span { border-color: rgb(150,206,255); }
td.TdClassName
{
border-color: #96CEFF;
}
.TagClassName
{
border-color: #96CEFF;
}
</style>