Shades of Charlotte #A5DEE1
Tints of Charlotte #A5DEE1
RGB
CMYK
RGB Variations
Color information
#A5DEE1 (or 0xA5DEE1) is known color: Charlotte. HEX triplet: A5, DE and E1. RGB value is (165,222,225). Sum of RGB (Red+Green+Blue) = 165+222+225=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5DEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEE1 is #5A211E. Grayscale: #CDCDCD. Windows color (decimal): -5906719 or 14802597. OLE color: 14802597.
HSL color Cylindrical-coordinate representation of color #A5DEE1: hue angle of 183º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DEE1 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 222 | 225 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.12 |
| HSL | 183º | 0.5% | 0.76% | - |
| HSV(B) | 183º | 0.27% | 0.88% | - |
| XYZ | 55.23 | 65.68 | 81 | - |
| YUV | 205.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 225 | 0.27 | 0.01 | 0 | 0.12 | 183 | 0.5 | 0.76 |
| Hex | A5 | DE | E1 | 1B | 1 | 0 | C | B7 | 32 | 4C |
| Octal | 245 | 336 | 341 | 33 | 1 | 0 | 14 | 267 | 62 | 114 |
| Binary | 10100101 | 11011110 | 11100001 | 11011 | 1 | 0 | 1100 | 10110111 | 110010 | 1001100 |
Color Harmonies of #A5DEE1
Complementary color
Monochromatic Colors of #A5DEE1
Black with #A5DEE1
Text Example
Text Example
White with #A5DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEE1; }
p { color: rgb(165,222,225); }
H1.HeaderClassName
{
color: #A5DEE1;
}
.AnyTagClassName
{
color: #A5DEE1;
}
</style>
background-color css
<style>
a { background-color: #A5DEE1; }
a { background-color: rgb(165,222,225); }
div.DivClassName
{
background-color: #A5DEE1;
}
.BgClassName
{
background-color: #A5DEE1;
}
</style>
border-color css
<style>
span { border-color: #A5DEE1; }
span { border-color: rgb(165,222,225); }
td.TdClassName
{
border-color: #A5DEE1;
}
.TagClassName
{
border-color: #A5DEE1;
}
</style>