Shades of Charlotte #A3DBE5
Tints of Charlotte #A3DBE5
RGB
CMYK
RGB Variations
Color information
#A3DBE5 (or 0xA3DBE5) is known color: Charlotte. HEX triplet: A3, DB and E5. RGB value is (163,219,229). Sum of RGB (Red+Green+Blue) = 163+219+229=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBE5 is #5C241A. Grayscale: #CBCBCB. Windows color (decimal): -6038555 or 15063971. OLE color: 15063971.
HSL color Cylindrical-coordinate representation of color #A3DBE5: hue angle of 189.09º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3DBE5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 219 | 229 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.10 |
| HSL | 189.09º | 0.56% | 0.77% | - |
| HSV(B) | 189.09º | 0.29% | 0.9% | - |
| XYZ | 54.58 | 64.11 | 83.63 | - |
| YUV | 203.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 229 | 0.29 | 0.04 | 0 | 0.10 | 189.09 | 0.56 | 0.77 |
| Hex | A3 | DB | E5 | 1D | 4 | 0 | A | BD | 38 | 4D |
| Octal | 243 | 333 | 345 | 35 | 4 | 0 | 12 | 275 | 70 | 115 |
| Binary | 10100011 | 11011011 | 11100101 | 11101 | 100 | 0 | 1010 | 10111101 | 111000 | 1001101 |
Color Harmonies of #A3DBE5
Complementary color
Monochromatic Colors of #A3DBE5
Black with #A3DBE5
Text Example
Text Example
White with #A3DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBE5; }
p { color: rgb(163,219,229); }
H1.HeaderClassName
{
color: #A3DBE5;
}
.AnyTagClassName
{
color: #A3DBE5;
}
</style>
background-color css
<style>
a { background-color: #A3DBE5; }
a { background-color: rgb(163,219,229); }
div.DivClassName
{
background-color: #A3DBE5;
}
.BgClassName
{
background-color: #A3DBE5;
}
</style>
border-color css
<style>
span { border-color: #A3DBE5; }
span { border-color: rgb(163,219,229); }
td.TdClassName
{
border-color: #A3DBE5;
}
.TagClassName
{
border-color: #A3DBE5;
}
</style>