Shades of Light Sky Blue #96C1FF
Tints of Light Sky Blue #96C1FF
RGB
CMYK
RGB Variations
Color information
#96C1FF (or 0x96C1FF) is known color: Light Sky Blue. HEX triplet: 96, C1 and FF. RGB value is (150,193,255). Sum of RGB (Red+Green+Blue) = 150+193+255=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #96C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C1FF is #693E00. Grayscale: #BABABA. Windows color (decimal): -6897153 or 16761238. OLE color: 16761238.
HSL color Cylindrical-coordinate representation of color #96C1FF: hue angle of 215.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 #96C1FF is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 193 | 255 | - |
| CMYK | 0.41 | 0.24 | 0 | 0 |
| HSL | 215.43º | 1% | 0.79% | - |
| HSV(B) | 215.43º | 0.41% | 1% | - |
| XYZ | 49.7 | 51.84 | 102 | - |
| YUV | 187.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 255 | 0.41 | 0.24 | 0 | 0 | 215.43 | 1 | 0.79 |
| Hex | 96 | C1 | FF | 29 | 18 | 0 | 0 | D7 | 64 | 4F |
| Octal | 226 | 301 | 377 | 51 | 30 | 0 | 0 | 327 | 144 | 117 |
| Binary | 10010110 | 11000001 | 11111111 | 101001 | 11000 | 0 | 0 | 11010111 | 1100100 | 1001111 |
Color Harmonies of #96C1FF
Complementary color
Monochromatic Colors of #96C1FF
Black with #96C1FF
Text Example
Text Example
White with #96C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C1FF; }
p { color: rgb(150,193,255); }
H1.HeaderClassName
{
color: #96C1FF;
}
.AnyTagClassName
{
color: #96C1FF;
}
</style>
background-color css
<style>
a { background-color: #96C1FF; }
a { background-color: rgb(150,193,255); }
div.DivClassName
{
background-color: #96C1FF;
}
.BgClassName
{
background-color: #96C1FF;
}
</style>
border-color css
<style>
span { border-color: #96C1FF; }
span { border-color: rgb(150,193,255); }
td.TdClassName
{
border-color: #96C1FF;
}
.TagClassName
{
border-color: #96C1FF;
}
</style>