Shades of Charlotte #A6DBDE
Tints of Charlotte #A6DBDE
RGB
CMYK
RGB Variations
Color information
#A6DBDE (or 0xA6DBDE) is known color: Charlotte. HEX triplet: A6, DB and DE. RGB value is (166,219,222). Sum of RGB (Red+Green+Blue) = 166+219+222=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBDE is #592421. Grayscale: #CBCBCB. Windows color (decimal): -5841954 or 14605222. OLE color: 14605222.
HSL color Cylindrical-coordinate representation of color #A6DBDE: hue angle of 183.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DBDE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 219 | 222 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 183.21º | 0.46% | 0.76% | - |
| HSV(B) | 183.21º | 0.25% | 0.87% | - |
| XYZ | 54.24 | 64.04 | 78.61 | - |
| YUV | 203.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 222 | 0.25 | 0.01 | 0 | 0.13 | 183.21 | 0.46 | 0.76 |
| Hex | A6 | DB | DE | 19 | 1 | 0 | D | B7 | 2E | 4C |
| Octal | 246 | 333 | 336 | 31 | 1 | 0 | 15 | 267 | 56 | 114 |
| Binary | 10100110 | 11011011 | 11011110 | 11001 | 1 | 0 | 1101 | 10110111 | 101110 | 1001100 |
Color Harmonies of #A6DBDE
Complementary color
Monochromatic Colors of #A6DBDE
Black with #A6DBDE
Text Example
Text Example
White with #A6DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBDE; }
p { color: rgb(166,219,222); }
H1.HeaderClassName
{
color: #A6DBDE;
}
.AnyTagClassName
{
color: #A6DBDE;
}
</style>
background-color css
<style>
a { background-color: #A6DBDE; }
a { background-color: rgb(166,219,222); }
div.DivClassName
{
background-color: #A6DBDE;
}
.BgClassName
{
background-color: #A6DBDE;
}
</style>
border-color css
<style>
span { border-color: #A6DBDE; }
span { border-color: rgb(166,219,222); }
td.TdClassName
{
border-color: #A6DBDE;
}
.TagClassName
{
border-color: #A6DBDE;
}
</style>