Shades of Charlotte #A2DBEB
Tints of Charlotte #A2DBEB
RGB
CMYK
RGB Variations
Color information
#A2DBEB (or 0xA2DBEB) is known color: Charlotte. HEX triplet: A2, DB and EB. RGB value is (162,219,235). Sum of RGB (Red+Green+Blue) = 162+219+235=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEB is #5D2414. Grayscale: #CBCBCB. Windows color (decimal): -6104085 or 15457186. OLE color: 15457186.
HSL color Cylindrical-coordinate representation of color #A2DBEB: hue angle of 193.15º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DBEB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 219 | 235 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.08 |
| HSL | 193.15º | 0.65% | 0.78% | - |
| HSV(B) | 193.15º | 0.31% | 0.92% | - |
| XYZ | 55.23 | 64.34 | 88.11 | - |
| YUV | 203.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 235 | 0.31 | 0.07 | 0 | 0.08 | 193.15 | 0.65 | 0.78 |
| Hex | A2 | DB | EB | 1F | 7 | 0 | 8 | C1 | 41 | 4E |
| Octal | 242 | 333 | 353 | 37 | 7 | 0 | 10 | 301 | 101 | 116 |
| Binary | 10100010 | 11011011 | 11101011 | 11111 | 111 | 0 | 1000 | 11000001 | 1000001 | 1001110 |
Color Harmonies of #A2DBEB
Complementary color
Monochromatic Colors of #A2DBEB
Black with #A2DBEB
Text Example
Text Example
White with #A2DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBEB; }
p { color: rgb(162,219,235); }
H1.HeaderClassName
{
color: #A2DBEB;
}
.AnyTagClassName
{
color: #A2DBEB;
}
</style>
background-color css
<style>
a { background-color: #A2DBEB; }
a { background-color: rgb(162,219,235); }
div.DivClassName
{
background-color: #A2DBEB;
}
.BgClassName
{
background-color: #A2DBEB;
}
</style>
border-color css
<style>
span { border-color: #A2DBEB; }
span { border-color: rgb(162,219,235); }
td.TdClassName
{
border-color: #A2DBEB;
}
.TagClassName
{
border-color: #A2DBEB;
}
</style>