Shades of Charlotte #99DBEB
Tints of Charlotte #99DBEB
RGB
CMYK
RGB Variations
Color information
#99DBEB (or 0x99DBEB) is known color: Charlotte. HEX triplet: 99, DB and EB. RGB value is (153,219,235). Sum of RGB (Red+Green+Blue) = 153+219+235=607 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.21% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #99DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DBEB is #662414. Grayscale: #C8C8C8. Windows color (decimal): -6693909 or 15457177. OLE color: 15457177.
HSL color Cylindrical-coordinate representation of color #99DBEB: hue angle of 191.71º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DBEB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 219 | 235 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.08 |
| HSL | 191.71º | 0.67% | 0.76% | - |
| HSV(B) | 191.71º | 0.35% | 0.92% | - |
| XYZ | 53.46 | 63.43 | 88.02 | - |
| YUV | 201.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 235 | 0.35 | 0.07 | 0 | 0.08 | 191.71 | 0.67 | 0.76 |
| Hex | 99 | DB | EB | 23 | 7 | 0 | 8 | C0 | 43 | 4C |
| Octal | 231 | 333 | 353 | 43 | 7 | 0 | 10 | 300 | 103 | 114 |
| Binary | 10011001 | 11011011 | 11101011 | 100011 | 111 | 0 | 1000 | 11000000 | 1000011 | 1001100 |
Color Harmonies of #99DBEB
Complementary color
Monochromatic Colors of #99DBEB
Black with #99DBEB
Text Example
Text Example
White with #99DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBEB; }
p { color: rgb(153,219,235); }
H1.HeaderClassName
{
color: #99DBEB;
}
.AnyTagClassName
{
color: #99DBEB;
}
</style>
background-color css
<style>
a { background-color: #99DBEB; }
a { background-color: rgb(153,219,235); }
div.DivClassName
{
background-color: #99DBEB;
}
.BgClassName
{
background-color: #99DBEB;
}
</style>
border-color css
<style>
span { border-color: #99DBEB; }
span { border-color: rgb(153,219,235); }
td.TdClassName
{
border-color: #99DBEB;
}
.TagClassName
{
border-color: #99DBEB;
}
</style>