Shades of Light Sky Blue #96C2FE
Tints of Light Sky Blue #96C2FE
RGB
CMYK
RGB Variations
Color information
#96C2FE (or 0x96C2FE) is known color: Light Sky Blue. HEX triplet: 96, C2 and FE. RGB value is (150,194,254). Sum of RGB (Red+Green+Blue) = 150+194+254=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #96C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2FE is #693D01. Grayscale: #BBBBBB. Windows color (decimal): -6896898 or 16695958. OLE color: 16695958.
HSL color Cylindrical-coordinate representation of color #96C2FE: hue angle of 214.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C2FE is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 194 | 254 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.00 |
| HSL | 214.62º | 0.98% | 0.79% | - |
| HSV(B) | 214.62º | 0.41% | 1% | - |
| XYZ | 49.76 | 52.22 | 101.22 | - |
| YUV | 187.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 254 | 0.41 | 0.24 | 0 | 0.00 | 214.62 | 0.98 | 0.79 |
| Hex | 96 | C2 | FE | 29 | 18 | 0 | 0 | D7 | 62 | 4F |
| Octal | 226 | 302 | 376 | 51 | 30 | 0 | 0 | 327 | 142 | 117 |
| Binary | 10010110 | 11000010 | 11111110 | 101001 | 11000 | 0 | 0 | 11010111 | 1100010 | 1001111 |
Color Harmonies of #96C2FE
Complementary color
Monochromatic Colors of #96C2FE
Black with #96C2FE
Text Example
Text Example
White with #96C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2FE; }
p { color: rgb(150,194,254); }
H1.HeaderClassName
{
color: #96C2FE;
}
.AnyTagClassName
{
color: #96C2FE;
}
</style>
background-color css
<style>
a { background-color: #96C2FE; }
a { background-color: rgb(150,194,254); }
div.DivClassName
{
background-color: #96C2FE;
}
.BgClassName
{
background-color: #96C2FE;
}
</style>
border-color css
<style>
span { border-color: #96C2FE; }
span { border-color: rgb(150,194,254); }
td.TdClassName
{
border-color: #96C2FE;
}
.TagClassName
{
border-color: #96C2FE;
}
</style>