Shades of Charlotte #A0DAEC
Tints of Charlotte #A0DAEC
RGB
CMYK
RGB Variations
Color information
#A0DAEC (or 0xA0DAEC) is known color: Charlotte. HEX triplet: A0, DA and EC. RGB value is (160,218,236). Sum of RGB (Red+Green+Blue) = 160+218+236=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAEC is #5F2513. Grayscale: #CACACA. Windows color (decimal): -6235412 or 15522464. OLE color: 15522464.
HSL color Cylindrical-coordinate representation of color #A0DAEC: hue angle of 194.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DAEC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 218 | 236 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 194.21º | 0.67% | 0.78% | - |
| HSV(B) | 194.21º | 0.32% | 0.93% | - |
| XYZ | 54.71 | 63.67 | 88.76 | - |
| YUV | 202.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 236 | 0.32 | 0.08 | 0 | 0.07 | 194.21 | 0.67 | 0.78 |
| Hex | A0 | DA | EC | 20 | 8 | 0 | 7 | C2 | 43 | 4E |
| Octal | 240 | 332 | 354 | 40 | 10 | 0 | 7 | 302 | 103 | 116 |
| Binary | 10100000 | 11011010 | 11101100 | 100000 | 1000 | 0 | 111 | 11000010 | 1000011 | 1001110 |
Color Harmonies of #A0DAEC
Complementary color
Monochromatic Colors of #A0DAEC
Black with #A0DAEC
Text Example
Text Example
White with #A0DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAEC; }
p { color: rgb(160,218,236); }
H1.HeaderClassName
{
color: #A0DAEC;
}
.AnyTagClassName
{
color: #A0DAEC;
}
</style>
background-color css
<style>
a { background-color: #A0DAEC; }
a { background-color: rgb(160,218,236); }
div.DivClassName
{
background-color: #A0DAEC;
}
.BgClassName
{
background-color: #A0DAEC;
}
</style>
border-color css
<style>
span { border-color: #A0DAEC; }
span { border-color: rgb(160,218,236); }
td.TdClassName
{
border-color: #A0DAEC;
}
.TagClassName
{
border-color: #A0DAEC;
}
</style>