Shades of Charlotte #A2DBEF
Tints of Charlotte #A2DBEF
RGB
CMYK
RGB Variations
Color information
#A2DBEF (or 0xA2DBEF) is known color: Charlotte. HEX triplet: A2, DB and EF. RGB value is (162,219,239). Sum of RGB (Red+Green+Blue) = 162+219+239=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEF is #5D2410. Grayscale: #CCCCCC. Windows color (decimal): -6104081 or 15719330. OLE color: 15719330.
HSL color Cylindrical-coordinate representation of color #A2DBEF: hue angle of 195.58º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2DBEF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 219 | 239 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.06 |
| HSL | 195.58º | 0.71% | 0.79% | - |
| HSV(B) | 195.58º | 0.32% | 0.94% | - |
| XYZ | 55.81 | 64.58 | 91.18 | - |
| YUV | 204.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 239 | 0.32 | 0.08 | 0 | 0.06 | 195.58 | 0.71 | 0.79 |
| Hex | A2 | DB | EF | 20 | 8 | 0 | 6 | C4 | 47 | 4F |
| Octal | 242 | 333 | 357 | 40 | 10 | 0 | 6 | 304 | 107 | 117 |
| Binary | 10100010 | 11011011 | 11101111 | 100000 | 1000 | 0 | 110 | 11000100 | 1000111 | 1001111 |
Color Harmonies of #A2DBEF
Complementary color
Monochromatic Colors of #A2DBEF
Black with #A2DBEF
Text Example
Text Example
White with #A2DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBEF; }
p { color: rgb(162,219,239); }
H1.HeaderClassName
{
color: #A2DBEF;
}
.AnyTagClassName
{
color: #A2DBEF;
}
</style>
background-color css
<style>
a { background-color: #A2DBEF; }
a { background-color: rgb(162,219,239); }
div.DivClassName
{
background-color: #A2DBEF;
}
.BgClassName
{
background-color: #A2DBEF;
}
</style>
border-color css
<style>
span { border-color: #A2DBEF; }
span { border-color: rgb(162,219,239); }
td.TdClassName
{
border-color: #A2DBEF;
}
.TagClassName
{
border-color: #A2DBEF;
}
</style>