Shades of Charlotte #A8DBDE
Tints of Charlotte #A8DBDE
RGB
CMYK
RGB Variations
Color information
#A8DBDE (or 0xA8DBDE) is known color: Charlotte. HEX triplet: A8, DB and DE. RGB value is (168,219,222). Sum of RGB (Red+Green+Blue) = 168+219+222=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBDE is #572421. Grayscale: #CCCCCC. Windows color (decimal): -5710882 or 14605224. OLE color: 14605224.
HSL color Cylindrical-coordinate representation of color #A8DBDE: hue angle of 183.33º degrees, saturation: 0.45, 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 #A8DBDE is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 219 | 222 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 183.33º | 0.45% | 0.76% | - |
| HSV(B) | 183.33º | 0.24% | 0.87% | - |
| XYZ | 54.66 | 64.26 | 78.63 | - |
| YUV | 204.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 222 | 0.24 | 0.01 | 0 | 0.13 | 183.33 | 0.45 | 0.76 |
| Hex | A8 | DB | DE | 18 | 1 | 0 | D | B7 | 2D | 4C |
| Octal | 250 | 333 | 336 | 30 | 1 | 0 | 15 | 267 | 55 | 114 |
| Binary | 10101000 | 11011011 | 11011110 | 11000 | 1 | 0 | 1101 | 10110111 | 101101 | 1001100 |
Color Harmonies of #A8DBDE
Complementary color
Monochromatic Colors of #A8DBDE
Black with #A8DBDE
Text Example
Text Example
White with #A8DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBDE; }
p { color: rgb(168,219,222); }
H1.HeaderClassName
{
color: #A8DBDE;
}
.AnyTagClassName
{
color: #A8DBDE;
}
</style>
background-color css
<style>
a { background-color: #A8DBDE; }
a { background-color: rgb(168,219,222); }
div.DivClassName
{
background-color: #A8DBDE;
}
.BgClassName
{
background-color: #A8DBDE;
}
</style>
border-color css
<style>
span { border-color: #A8DBDE; }
span { border-color: rgb(168,219,222); }
td.TdClassName
{
border-color: #A8DBDE;
}
.TagClassName
{
border-color: #A8DBDE;
}
</style>