Shades of Charlotte #A0DBEF
Tints of Charlotte #A0DBEF
RGB
CMYK
RGB Variations
Color information
#A0DBEF (or 0xA0DBEF) is known color: Charlotte. HEX triplet: A0, DB and EF. RGB value is (160,219,239). Sum of RGB (Red+Green+Blue) = 160+219+239=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBEF is #5F2410. Grayscale: #CBCBCB. Windows color (decimal): -6235153 or 15719328. OLE color: 15719328.
HSL color Cylindrical-coordinate representation of color #A0DBEF: hue angle of 195.19º degrees, saturation: 0.71, 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 #A0DBEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 219 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 195.19º | 0.71% | 0.78% | - |
| HSV(B) | 195.19º | 0.33% | 0.94% | - |
| XYZ | 55.41 | 64.37 | 91.17 | - |
| YUV | 203.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 239 | 0.33 | 0.08 | 0 | 0.06 | 195.19 | 0.71 | 0.78 |
| Hex | A0 | DB | EF | 21 | 8 | 0 | 6 | C3 | 47 | 4E |
| Octal | 240 | 333 | 357 | 41 | 10 | 0 | 6 | 303 | 107 | 116 |
| Binary | 10100000 | 11011011 | 11101111 | 100001 | 1000 | 0 | 110 | 11000011 | 1000111 | 1001110 |
Color Harmonies of #A0DBEF
Complementary color
Monochromatic Colors of #A0DBEF
Black with #A0DBEF
Text Example
Text Example
White with #A0DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBEF; }
p { color: rgb(160,219,239); }
H1.HeaderClassName
{
color: #A0DBEF;
}
.AnyTagClassName
{
color: #A0DBEF;
}
</style>
background-color css
<style>
a { background-color: #A0DBEF; }
a { background-color: rgb(160,219,239); }
div.DivClassName
{
background-color: #A0DBEF;
}
.BgClassName
{
background-color: #A0DBEF;
}
</style>
border-color css
<style>
span { border-color: #A0DBEF; }
span { border-color: rgb(160,219,239); }
td.TdClassName
{
border-color: #A0DBEF;
}
.TagClassName
{
border-color: #A0DBEF;
}
</style>