Shades of Charlotte #A8DBDD
Tints of Charlotte #A8DBDD
RGB
CMYK
RGB Variations
Color information
#A8DBDD (or 0xA8DBDD) is known color: Charlotte. HEX triplet: A8, DB and DD. RGB value is (168,219,221). Sum of RGB (Red+Green+Blue) = 168+219+221=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBDD is #572422. Grayscale: #CBCBCB. Windows color (decimal): -5710883 or 14539688. OLE color: 14539688.
HSL color Cylindrical-coordinate representation of color #A8DBDD: hue angle of 182.26º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DBDD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 219 | 221 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 182.26º | 0.44% | 0.76% | - |
| HSV(B) | 182.26º | 0.24% | 0.87% | - |
| XYZ | 54.53 | 64.21 | 77.93 | - |
| YUV | 203.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 221 | 0.24 | 0.01 | 0 | 0.13 | 182.26 | 0.44 | 0.76 |
| Hex | A8 | DB | DD | 18 | 1 | 0 | D | B6 | 2C | 4C |
| Octal | 250 | 333 | 335 | 30 | 1 | 0 | 15 | 266 | 54 | 114 |
| Binary | 10101000 | 11011011 | 11011101 | 11000 | 1 | 0 | 1101 | 10110110 | 101100 | 1001100 |
Color Harmonies of #A8DBDD
Complementary color
Monochromatic Colors of #A8DBDD
Black with #A8DBDD
Text Example
Text Example
White with #A8DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBDD; }
p { color: rgb(168,219,221); }
H1.HeaderClassName
{
color: #A8DBDD;
}
.AnyTagClassName
{
color: #A8DBDD;
}
</style>
background-color css
<style>
a { background-color: #A8DBDD; }
a { background-color: rgb(168,219,221); }
div.DivClassName
{
background-color: #A8DBDD;
}
.BgClassName
{
background-color: #A8DBDD;
}
</style>
border-color css
<style>
span { border-color: #A8DBDD; }
span { border-color: rgb(168,219,221); }
td.TdClassName
{
border-color: #A8DBDD;
}
.TagClassName
{
border-color: #A8DBDD;
}
</style>