Shades of Charlotte #A0DAF0
Tints of Charlotte #A0DAF0
RGB
CMYK
RGB Variations
Color information
#A0DAF0 (or 0xA0DAF0) is known color: Charlotte. HEX triplet: A0, DA and F0. RGB value is (160,218,240). Sum of RGB (Red+Green+Blue) = 160+218+240=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAF0 is #5F250F. Grayscale: #CBCBCB. Windows color (decimal): -6235408 or 15784608. OLE color: 15784608.
HSL color Cylindrical-coordinate representation of color #A0DAF0: hue angle of 196.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DAF0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 218 | 240 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.06 |
| HSL | 196.5º | 0.73% | 0.78% | - |
| HSV(B) | 196.5º | 0.33% | 0.94% | - |
| XYZ | 55.3 | 63.91 | 91.86 | - |
| YUV | 203.17 | 148.78 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 240 | 0.33 | 0.09 | 0 | 0.06 | 196.5 | 0.73 | 0.78 |
| Hex | A0 | DA | F0 | 21 | 9 | 0 | 6 | C4 | 49 | 4E |
| Octal | 240 | 332 | 360 | 41 | 11 | 0 | 6 | 304 | 111 | 116 |
| Binary | 10100000 | 11011010 | 11110000 | 100001 | 1001 | 0 | 110 | 11000100 | 1001001 | 1001110 |
Color Harmonies of #A0DAF0
Complementary color
Monochromatic Colors of #A0DAF0
Black with #A0DAF0
Text Example
Text Example
White with #A0DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAF0; }
p { color: rgb(160,218,240); }
H1.HeaderClassName
{
color: #A0DAF0;
}
.AnyTagClassName
{
color: #A0DAF0;
}
</style>
background-color css
<style>
a { background-color: #A0DAF0; }
a { background-color: rgb(160,218,240); }
div.DivClassName
{
background-color: #A0DAF0;
}
.BgClassName
{
background-color: #A0DAF0;
}
</style>
border-color css
<style>
span { border-color: #A0DAF0; }
span { border-color: rgb(160,218,240); }
td.TdClassName
{
border-color: #A0DAF0;
}
.TagClassName
{
border-color: #A0DAF0;
}
</style>