Shades of Light Sky Blue #96BEF8
Tints of Light Sky Blue #96BEF8
RGB
CMYK
RGB Variations
Color information
#96BEF8 (or 0x96BEF8) is known color: Light Sky Blue. HEX triplet: 96, BE and F8. RGB value is (150,190,248). Sum of RGB (Red+Green+Blue) = 150+190+248=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #96BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEF8 is #694107. Grayscale: #B8B8B8. Windows color (decimal): -6897928 or 16301718. OLE color: 16301718.
HSL color Cylindrical-coordinate representation of color #96BEF8: hue angle of 215.51º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96BEF8 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 190 | 248 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.03 |
| HSL | 215.51º | 0.88% | 0.78% | - |
| HSV(B) | 215.51º | 0.4% | 0.97% | - |
| XYZ | 47.93 | 50.09 | 95.95 | - |
| YUV | 184.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 248 | 0.40 | 0.23 | 0 | 0.03 | 215.51 | 0.88 | 0.78 |
| Hex | 96 | BE | F8 | 28 | 17 | 0 | 3 | D8 | 58 | 4E |
| Octal | 226 | 276 | 370 | 50 | 27 | 0 | 3 | 330 | 130 | 116 |
| Binary | 10010110 | 10111110 | 11111000 | 101000 | 10111 | 0 | 11 | 11011000 | 1011000 | 1001110 |
Color Harmonies of #96BEF8
Complementary color
Monochromatic Colors of #96BEF8
Black with #96BEF8
Text Example
Text Example
White with #96BEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEF8; }
p { color: rgb(150,190,248); }
H1.HeaderClassName
{
color: #96BEF8;
}
.AnyTagClassName
{
color: #96BEF8;
}
</style>
background-color css
<style>
a { background-color: #96BEF8; }
a { background-color: rgb(150,190,248); }
div.DivClassName
{
background-color: #96BEF8;
}
.BgClassName
{
background-color: #96BEF8;
}
</style>
border-color css
<style>
span { border-color: #96BEF8; }
span { border-color: rgb(150,190,248); }
td.TdClassName
{
border-color: #96BEF8;
}
.TagClassName
{
border-color: #96BEF8;
}
</style>