Shades of Light Sky Blue #96C8FF
Tints of Light Sky Blue #96C8FF
RGB
CMYK
RGB Variations
Color information
#96C8FF (or 0x96C8FF) is known color: Light Sky Blue. HEX triplet: 96, C8 and FF. RGB value is (150,200,255). Sum of RGB (Red+Green+Blue) = 150+200+255=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #96C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8FF is #693700. Grayscale: #BFBFBF. Windows color (decimal): -6895361 or 16763030. OLE color: 16763030.
HSL color Cylindrical-coordinate representation of color #96C8FF: hue angle of 211.43º 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 #96C8FF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 200 | 255 | - |
| CMYK | 0.41 | 0.22 | 0 | 0 |
| HSL | 211.43º | 1% | 0.79% | - |
| HSV(B) | 211.43º | 0.41% | 1% | - |
| XYZ | 51.28 | 55.01 | 102.52 | - |
| YUV | 191.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 255 | 0.41 | 0.22 | 0 | 0 | 211.43 | 1 | 0.79 |
| Hex | 96 | C8 | FF | 29 | 16 | 0 | 0 | D3 | 64 | 4F |
| Octal | 226 | 310 | 377 | 51 | 26 | 0 | 0 | 323 | 144 | 117 |
| Binary | 10010110 | 11001000 | 11111111 | 101001 | 10110 | 0 | 0 | 11010011 | 1100100 | 1001111 |
Color Harmonies of #96C8FF
Complementary color
Monochromatic Colors of #96C8FF
Black with #96C8FF
Text Example
Text Example
White with #96C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C8FF; }
p { color: rgb(150,200,255); }
H1.HeaderClassName
{
color: #96C8FF;
}
.AnyTagClassName
{
color: #96C8FF;
}
</style>
background-color css
<style>
a { background-color: #96C8FF; }
a { background-color: rgb(150,200,255); }
div.DivClassName
{
background-color: #96C8FF;
}
.BgClassName
{
background-color: #96C8FF;
}
</style>
border-color css
<style>
span { border-color: #96C8FF; }
span { border-color: rgb(150,200,255); }
td.TdClassName
{
border-color: #96C8FF;
}
.TagClassName
{
border-color: #96C8FF;
}
</style>