Shades of Light Sky Blue #96CFFF
Tints of Light Sky Blue #96CFFF
RGB
CMYK
RGB Variations
Color information
#96CFFF (or 0x96CFFF) is known color: Light Sky Blue. HEX triplet: 96, CF and FF. RGB value is (150,207,255). Sum of RGB (Red+Green+Blue) = 150+207+255=612 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.51% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #96CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFFF is #693000. Grayscale: #C3C3C3. Windows color (decimal): -6893569 or 16764822. OLE color: 16764822.
HSL color Cylindrical-coordinate representation of color #96CFFF: hue angle of 207.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 #96CFFF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 207 | 255 | - |
| CMYK | 0.41 | 0.19 | 0 | 0 |
| HSL | 207.43º | 1% | 0.79% | - |
| HSV(B) | 207.43º | 0.41% | 1% | - |
| XYZ | 52.94 | 58.33 | 103.08 | - |
| YUV | 195.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 255 | 0.41 | 0.19 | 0 | 0 | 207.43 | 1 | 0.79 |
| Hex | 96 | CF | FF | 29 | 13 | 0 | 0 | CF | 64 | 4F |
| Octal | 226 | 317 | 377 | 51 | 23 | 0 | 0 | 317 | 144 | 117 |
| Binary | 10010110 | 11001111 | 11111111 | 101001 | 10011 | 0 | 0 | 11001111 | 1100100 | 1001111 |
Color Harmonies of #96CFFF
Complementary color
Monochromatic Colors of #96CFFF
Black with #96CFFF
Text Example
Text Example
White with #96CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFFF; }
p { color: rgb(150,207,255); }
H1.HeaderClassName
{
color: #96CFFF;
}
.AnyTagClassName
{
color: #96CFFF;
}
</style>
background-color css
<style>
a { background-color: #96CFFF; }
a { background-color: rgb(150,207,255); }
div.DivClassName
{
background-color: #96CFFF;
}
.BgClassName
{
background-color: #96CFFF;
}
</style>
border-color css
<style>
span { border-color: #96CFFF; }
span { border-color: rgb(150,207,255); }
td.TdClassName
{
border-color: #96CFFF;
}
.TagClassName
{
border-color: #96CFFF;
}
</style>