Shades of Light Sky Blue #99CBFF
Tints of Light Sky Blue #99CBFF
RGB
CMYK
RGB Variations
Color information
#99CBFF (or 0x99CBFF) is known color: Light Sky Blue. HEX triplet: 99, CB and FF. RGB value is (153,203,255). Sum of RGB (Red+Green+Blue) = 153+203+255=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #99CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CBFF is #663400. Grayscale: #C1C1C1. Windows color (decimal): -6697985 or 16763801. OLE color: 16763801.
HSL color Cylindrical-coordinate representation of color #99CBFF: hue angle of 210.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99CBFF is Cyan = 0.4, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 203 | 255 | - |
| CMYK | 0.4 | 0.20 | 0 | 0 |
| HSL | 210.59º | 1% | 0.8% | - |
| HSV(B) | 210.59º | 0.4% | 1% | - |
| XYZ | 52.54 | 56.7 | 102.78 | - |
| YUV | 193.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 255 | 0.4 | 0.20 | 0 | 0 | 210.59 | 1 | 0.8 |
| Hex | 99 | CB | FF | 28 | 14 | 0 | 0 | D3 | 64 | 50 |
| Octal | 231 | 313 | 377 | 50 | 24 | 0 | 0 | 323 | 144 | 120 |
| Binary | 10011001 | 11001011 | 11111111 | 101000 | 10100 | 0 | 0 | 11010011 | 1100100 | 1010000 |
Color Harmonies of #99CBFF
Complementary color
Monochromatic Colors of #99CBFF
Black with #99CBFF
Text Example
Text Example
White with #99CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CBFF; }
p { color: rgb(153,203,255); }
H1.HeaderClassName
{
color: #99CBFF;
}
.AnyTagClassName
{
color: #99CBFF;
}
</style>
background-color css
<style>
a { background-color: #99CBFF; }
a { background-color: rgb(153,203,255); }
div.DivClassName
{
background-color: #99CBFF;
}
.BgClassName
{
background-color: #99CBFF;
}
</style>
border-color css
<style>
span { border-color: #99CBFF; }
span { border-color: rgb(153,203,255); }
td.TdClassName
{
border-color: #99CBFF;
}
.TagClassName
{
border-color: #99CBFF;
}
</style>