Shades of Charlotte #99DFE0
Tints of Charlotte #99DFE0
RGB
CMYK
RGB Variations
Color information
#99DFE0 (or 0x99DFE0) is known color: Charlotte. HEX triplet: 99, DF and E0. RGB value is (153,223,224). Sum of RGB (Red+Green+Blue) = 153+223+224=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #99DFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFE0 is #66201F. Grayscale: #CACACA. Windows color (decimal): -6692896 or 14737305. OLE color: 14737305.
HSL color Cylindrical-coordinate representation of color #99DFE0: hue angle of 180.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DFE0 is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 223 | 224 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.12 |
| HSL | 180.85º | 0.53% | 0.74% | - |
| HSV(B) | 180.85º | 0.32% | 0.88% | - |
| XYZ | 52.98 | 64.93 | 80.26 | - |
| YUV | 202.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 224 | 0.32 | 0.00 | 0 | 0.12 | 180.85 | 0.53 | 0.74 |
| Hex | 99 | DF | E0 | 20 | 0 | 0 | C | B5 | 35 | 4A |
| Octal | 231 | 337 | 340 | 40 | 0 | 0 | 14 | 265 | 65 | 112 |
| Binary | 10011001 | 11011111 | 11100000 | 100000 | 0 | 0 | 1100 | 10110101 | 110101 | 1001010 |
Color Harmonies of #99DFE0
Complementary color
Monochromatic Colors of #99DFE0
Black with #99DFE0
Text Example
Text Example
White with #99DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFE0; }
p { color: rgb(153,223,224); }
H1.HeaderClassName
{
color: #99DFE0;
}
.AnyTagClassName
{
color: #99DFE0;
}
</style>
background-color css
<style>
a { background-color: #99DFE0; }
a { background-color: rgb(153,223,224); }
div.DivClassName
{
background-color: #99DFE0;
}
.BgClassName
{
background-color: #99DFE0;
}
</style>
border-color css
<style>
span { border-color: #99DFE0; }
span { border-color: rgb(153,223,224); }
td.TdClassName
{
border-color: #99DFE0;
}
.TagClassName
{
border-color: #99DFE0;
}
</style>