Shades of Charlotte #A0DAEA
Tints of Charlotte #A0DAEA
RGB
CMYK
RGB Variations
Color information
#A0DAEA (or 0xA0DAEA) is known color: Charlotte. HEX triplet: A0, DA and EA. RGB value is (160,218,234). Sum of RGB (Red+Green+Blue) = 160+218+234=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAEA is #5F2515. Grayscale: #CACACA. Windows color (decimal): -6235414 or 15391392. OLE color: 15391392.
HSL color Cylindrical-coordinate representation of color #A0DAEA: hue angle of 192.97º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DAEA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 218 | 234 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.08 |
| HSL | 192.97º | 0.64% | 0.77% | - |
| HSV(B) | 192.97º | 0.32% | 0.92% | - |
| XYZ | 54.42 | 63.56 | 87.24 | - |
| YUV | 202.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 234 | 0.32 | 0.07 | 0 | 0.08 | 192.97 | 0.64 | 0.77 |
| Hex | A0 | DA | EA | 20 | 7 | 0 | 8 | C1 | 40 | 4D |
| Octal | 240 | 332 | 352 | 40 | 7 | 0 | 10 | 301 | 100 | 115 |
| Binary | 10100000 | 11011010 | 11101010 | 100000 | 111 | 0 | 1000 | 11000001 | 1000000 | 1001101 |
Color Harmonies of #A0DAEA
Complementary color
Monochromatic Colors of #A0DAEA
Black with #A0DAEA
Text Example
Text Example
White with #A0DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAEA; }
p { color: rgb(160,218,234); }
H1.HeaderClassName
{
color: #A0DAEA;
}
.AnyTagClassName
{
color: #A0DAEA;
}
</style>
background-color css
<style>
a { background-color: #A0DAEA; }
a { background-color: rgb(160,218,234); }
div.DivClassName
{
background-color: #A0DAEA;
}
.BgClassName
{
background-color: #A0DAEA;
}
</style>
border-color css
<style>
span { border-color: #A0DAEA; }
span { border-color: rgb(160,218,234); }
td.TdClassName
{
border-color: #A0DAEA;
}
.TagClassName
{
border-color: #A0DAEA;
}
</style>