Shades of Light Sky Blue #96D0FB
Tints of Light Sky Blue #96D0FB
RGB
CMYK
RGB Variations
Color information
#96D0FB (or 0x96D0FB) is known color: Light Sky Blue. HEX triplet: 96, D0 and FB. RGB value is (150,208,251). Sum of RGB (Red+Green+Blue) = 150+208+251=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #96D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D0FB is #692F04. Grayscale: #C3C3C3. Windows color (decimal): -6893317 or 16502934. OLE color: 16502934.
HSL color Cylindrical-coordinate representation of color #96D0FB: hue angle of 205.54º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96D0FB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 208 | 251 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.02 |
| HSL | 205.54º | 0.93% | 0.79% | - |
| HSV(B) | 205.54º | 0.4% | 0.98% | - |
| XYZ | 52.55 | 58.56 | 99.8 | - |
| YUV | 195.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 251 | 0.40 | 0.17 | 0 | 0.02 | 205.54 | 0.93 | 0.79 |
| Hex | 96 | D0 | FB | 28 | 11 | 0 | 2 | CE | 5D | 4F |
| Octal | 226 | 320 | 373 | 50 | 21 | 0 | 2 | 316 | 135 | 117 |
| Binary | 10010110 | 11010000 | 11111011 | 101000 | 10001 | 0 | 10 | 11001110 | 1011101 | 1001111 |
Color Harmonies of #96D0FB
Complementary color
Monochromatic Colors of #96D0FB
Black with #96D0FB
Text Example
Text Example
White with #96D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D0FB; }
p { color: rgb(150,208,251); }
H1.HeaderClassName
{
color: #96D0FB;
}
.AnyTagClassName
{
color: #96D0FB;
}
</style>
background-color css
<style>
a { background-color: #96D0FB; }
a { background-color: rgb(150,208,251); }
div.DivClassName
{
background-color: #96D0FB;
}
.BgClassName
{
background-color: #96D0FB;
}
</style>
border-color css
<style>
span { border-color: #96D0FB; }
span { border-color: rgb(150,208,251); }
td.TdClassName
{
border-color: #96D0FB;
}
.TagClassName
{
border-color: #96D0FB;
}
</style>