Shades of Light Sky Blue #96BCFE
Tints of Light Sky Blue #96BCFE
RGB
CMYK
RGB Variations
Color information
#96BCFE (or 0x96BCFE) is known color: Light Sky Blue. HEX triplet: 96, BC and FE. RGB value is (150,188,254). Sum of RGB (Red+Green+Blue) = 150+188+254=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #96BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCFE is #694301. Grayscale: #B7B7B7. Windows color (decimal): -6898434 or 16694422. OLE color: 16694422.
HSL color Cylindrical-coordinate representation of color #96BCFE: hue angle of 218.08º 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 #96BCFE is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 188 | 254 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.00 |
| HSL | 218.08º | 0.98% | 0.79% | - |
| HSV(B) | 218.08º | 0.41% | 1% | - |
| XYZ | 48.45 | 49.61 | 100.79 | - |
| YUV | 184.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 254 | 0.41 | 0.26 | 0 | 0.00 | 218.08 | 0.98 | 0.79 |
| Hex | 96 | BC | FE | 29 | 1A | 0 | 0 | DA | 62 | 4F |
| Octal | 226 | 274 | 376 | 51 | 32 | 0 | 0 | 332 | 142 | 117 |
| Binary | 10010110 | 10111100 | 11111110 | 101001 | 11010 | 0 | 0 | 11011010 | 1100010 | 1001111 |
Color Harmonies of #96BCFE
Complementary color
Monochromatic Colors of #96BCFE
Black with #96BCFE
Text Example
Text Example
White with #96BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCFE; }
p { color: rgb(150,188,254); }
H1.HeaderClassName
{
color: #96BCFE;
}
.AnyTagClassName
{
color: #96BCFE;
}
</style>
background-color css
<style>
a { background-color: #96BCFE; }
a { background-color: rgb(150,188,254); }
div.DivClassName
{
background-color: #96BCFE;
}
.BgClassName
{
background-color: #96BCFE;
}
</style>
border-color css
<style>
span { border-color: #96BCFE; }
span { border-color: rgb(150,188,254); }
td.TdClassName
{
border-color: #96BCFE;
}
.TagClassName
{
border-color: #96BCFE;
}
</style>