Shades of Charlotte #9ADDDF
Tints of Charlotte #9ADDDF
RGB
CMYK
RGB Variations
Color information
#9ADDDF (or 0x9ADDDF) is known color: Charlotte. HEX triplet: 9A, DD and DF. RGB value is (154,221,223). Sum of RGB (Red+Green+Blue) = 154+221+223=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ADDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDF is #652220. Grayscale: #C9C9C9. Windows color (decimal): -6627873 or 14671258. OLE color: 14671258.
HSL color Cylindrical-coordinate representation of color #9ADDDF: hue angle of 181.74º 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 #9ADDDF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 223 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 181.74º | 0.52% | 0.74% | - |
| HSV(B) | 181.74º | 0.31% | 0.87% | - |
| XYZ | 52.5 | 63.91 | 79.38 | - |
| YUV | 201.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 223 | 0.31 | 0.01 | 0 | 0.13 | 181.74 | 0.52 | 0.74 |
| Hex | 9A | DD | DF | 1F | 1 | 0 | D | B6 | 34 | 4A |
| Octal | 232 | 335 | 337 | 37 | 1 | 0 | 15 | 266 | 64 | 112 |
| Binary | 10011010 | 11011101 | 11011111 | 11111 | 1 | 0 | 1101 | 10110110 | 110100 | 1001010 |
Color Harmonies of #9ADDDF
Complementary color
Monochromatic Colors of #9ADDDF
Black with #9ADDDF
Text Example
Text Example
White with #9ADDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDDF; }
p { color: rgb(154,221,223); }
H1.HeaderClassName
{
color: #9ADDDF;
}
.AnyTagClassName
{
color: #9ADDDF;
}
</style>
background-color css
<style>
a { background-color: #9ADDDF; }
a { background-color: rgb(154,221,223); }
div.DivClassName
{
background-color: #9ADDDF;
}
.BgClassName
{
background-color: #9ADDDF;
}
</style>
border-color css
<style>
span { border-color: #9ADDDF; }
span { border-color: rgb(154,221,223); }
td.TdClassName
{
border-color: #9ADDDF;
}
.TagClassName
{
border-color: #9ADDDF;
}
</style>