Shades of Charlotte #A4DAE0
Tints of Charlotte #A4DAE0
RGB
CMYK
RGB Variations
Color information
#A4DAE0 (or 0xA4DAE0) is known color: Charlotte. HEX triplet: A4, DA and E0. RGB value is (164,218,224). Sum of RGB (Red+Green+Blue) = 164+218+224=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #A4DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DAE0 is #5B251F. Grayscale: #CACACA. Windows color (decimal): -5973280 or 14736036. OLE color: 14736036.
HSL color Cylindrical-coordinate representation of color #A4DAE0: hue angle of 186º degrees, saturation: 0.49, 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 #A4DAE0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 218 | 224 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.12 |
| HSL | 186º | 0.49% | 0.76% | - |
| HSV(B) | 186º | 0.27% | 0.88% | - |
| XYZ | 53.84 | 63.42 | 79.92 | - |
| YUV | 202.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 224 | 0.27 | 0.03 | 0 | 0.12 | 186 | 0.49 | 0.76 |
| Hex | A4 | DA | E0 | 1B | 3 | 0 | C | BA | 31 | 4C |
| Octal | 244 | 332 | 340 | 33 | 3 | 0 | 14 | 272 | 61 | 114 |
| Binary | 10100100 | 11011010 | 11100000 | 11011 | 11 | 0 | 1100 | 10111010 | 110001 | 1001100 |
Color Harmonies of #A4DAE0
Complementary color
Monochromatic Colors of #A4DAE0
Black with #A4DAE0
Text Example
Text Example
White with #A4DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DAE0; }
p { color: rgb(164,218,224); }
H1.HeaderClassName
{
color: #A4DAE0;
}
.AnyTagClassName
{
color: #A4DAE0;
}
</style>
background-color css
<style>
a { background-color: #A4DAE0; }
a { background-color: rgb(164,218,224); }
div.DivClassName
{
background-color: #A4DAE0;
}
.BgClassName
{
background-color: #A4DAE0;
}
</style>
border-color css
<style>
span { border-color: #A4DAE0; }
span { border-color: rgb(164,218,224); }
td.TdClassName
{
border-color: #A4DAE0;
}
.TagClassName
{
border-color: #A4DAE0;
}
</style>