Shades of Charlotte #A2DBED
Tints of Charlotte #A2DBED
RGB
CMYK
RGB Variations
Color information
#A2DBED (or 0xA2DBED) is known color: Charlotte. HEX triplet: A2, DB and ED. RGB value is (162,219,237). Sum of RGB (Red+Green+Blue) = 162+219+237=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBED is #5D2412. Grayscale: #CBCBCB. Windows color (decimal): -6104083 or 15588258. OLE color: 15588258.
HSL color Cylindrical-coordinate representation of color #A2DBED: hue angle of 194.4º degrees, saturation: 0.68, 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 #A2DBED is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 219 | 237 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 194.4º | 0.68% | 0.78% | - |
| HSV(B) | 194.4º | 0.32% | 0.93% | - |
| XYZ | 55.52 | 64.46 | 89.64 | - |
| YUV | 204.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 237 | 0.32 | 0.08 | 0 | 0.07 | 194.4 | 0.68 | 0.78 |
| Hex | A2 | DB | ED | 20 | 8 | 0 | 7 | C2 | 44 | 4E |
| Octal | 242 | 333 | 355 | 40 | 10 | 0 | 7 | 302 | 104 | 116 |
| Binary | 10100010 | 11011011 | 11101101 | 100000 | 1000 | 0 | 111 | 11000010 | 1000100 | 1001110 |
Color Harmonies of #A2DBED
Complementary color
Monochromatic Colors of #A2DBED
Black with #A2DBED
Text Example
Text Example
White with #A2DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBED; }
p { color: rgb(162,219,237); }
H1.HeaderClassName
{
color: #A2DBED;
}
.AnyTagClassName
{
color: #A2DBED;
}
</style>
background-color css
<style>
a { background-color: #A2DBED; }
a { background-color: rgb(162,219,237); }
div.DivClassName
{
background-color: #A2DBED;
}
.BgClassName
{
background-color: #A2DBED;
}
</style>
border-color css
<style>
span { border-color: #A2DBED; }
span { border-color: rgb(162,219,237); }
td.TdClassName
{
border-color: #A2DBED;
}
.TagClassName
{
border-color: #A2DBED;
}
</style>