Shades of Charlotte #A5DEE3
Tints of Charlotte #A5DEE3
RGB
CMYK
RGB Variations
Color information
#A5DEE3 (or 0xA5DEE3) is known color: Charlotte. HEX triplet: A5, DE and E3. RGB value is (165,222,227). Sum of RGB (Red+Green+Blue) = 165+222+227=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5DEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEE3 is #5A211C. Grayscale: #CDCDCD. Windows color (decimal): -5906717 or 14933669. OLE color: 14933669.
HSL color Cylindrical-coordinate representation of color #A5DEE3: hue angle of 184.84º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DEE3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 222 | 227 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.11 |
| HSL | 184.84º | 0.53% | 0.77% | - |
| HSV(B) | 184.84º | 0.27% | 0.89% | - |
| XYZ | 55.5 | 65.79 | 82.45 | - |
| YUV | 205.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 227 | 0.27 | 0.02 | 0 | 0.11 | 184.84 | 0.53 | 0.77 |
| Hex | A5 | DE | E3 | 1B | 2 | 0 | B | B9 | 35 | 4D |
| Octal | 245 | 336 | 343 | 33 | 2 | 0 | 13 | 271 | 65 | 115 |
| Binary | 10100101 | 11011110 | 11100011 | 11011 | 10 | 0 | 1011 | 10111001 | 110101 | 1001101 |
Color Harmonies of #A5DEE3
Complementary color
Monochromatic Colors of #A5DEE3
Black with #A5DEE3
Text Example
Text Example
White with #A5DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEE3; }
p { color: rgb(165,222,227); }
H1.HeaderClassName
{
color: #A5DEE3;
}
.AnyTagClassName
{
color: #A5DEE3;
}
</style>
background-color css
<style>
a { background-color: #A5DEE3; }
a { background-color: rgb(165,222,227); }
div.DivClassName
{
background-color: #A5DEE3;
}
.BgClassName
{
background-color: #A5DEE3;
}
</style>
border-color css
<style>
span { border-color: #A5DEE3; }
span { border-color: rgb(165,222,227); }
td.TdClassName
{
border-color: #A5DEE3;
}
.TagClassName
{
border-color: #A5DEE3;
}
</style>