Shades of Charlotte #99DADF
Tints of Charlotte #99DADF
RGB
CMYK
RGB Variations
Color information
#99DADF (or 0x99DADF) is known color: Charlotte. HEX triplet: 99, DA and DF. RGB value is (153,218,223). Sum of RGB (Red+Green+Blue) = 153+218+223=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #99DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DADF is #662520. Grayscale: #C7C7C7. Windows color (decimal): -6694177 or 14670489. OLE color: 14670489.
HSL color Cylindrical-coordinate representation of color #99DADF: hue angle of 184.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DADF is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 218 | 223 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.13 |
| HSL | 184.29º | 0.52% | 0.74% | - |
| HSV(B) | 184.29º | 0.31% | 0.87% | - |
| XYZ | 51.53 | 62.24 | 79.11 | - |
| YUV | 199.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 223 | 0.31 | 0.02 | 0 | 0.13 | 184.29 | 0.52 | 0.74 |
| Hex | 99 | DA | DF | 1F | 2 | 0 | D | B8 | 34 | 4A |
| Octal | 231 | 332 | 337 | 37 | 2 | 0 | 15 | 270 | 64 | 112 |
| Binary | 10011001 | 11011010 | 11011111 | 11111 | 10 | 0 | 1101 | 10111000 | 110100 | 1001010 |
Color Harmonies of #99DADF
Complementary color
Monochromatic Colors of #99DADF
Black with #99DADF
Text Example
Text Example
White with #99DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DADF; }
p { color: rgb(153,218,223); }
H1.HeaderClassName
{
color: #99DADF;
}
.AnyTagClassName
{
color: #99DADF;
}
</style>
background-color css
<style>
a { background-color: #99DADF; }
a { background-color: rgb(153,218,223); }
div.DivClassName
{
background-color: #99DADF;
}
.BgClassName
{
background-color: #99DADF;
}
</style>
border-color css
<style>
span { border-color: #99DADF; }
span { border-color: rgb(153,218,223); }
td.TdClassName
{
border-color: #99DADF;
}
.TagClassName
{
border-color: #99DADF;
}
</style>