Shades of Charlotte #A3D7E5
Tints of Charlotte #A3D7E5
RGB
CMYK
RGB Variations
Color information
#A3D7E5 (or 0xA3D7E5) is known color: Charlotte. HEX triplet: A3, D7 and E5. RGB value is (163,215,229). Sum of RGB (Red+Green+Blue) = 163+215+229=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3D7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7E5 is #5C281A. Grayscale: #C8C8C8. Windows color (decimal): -6039579 or 15062947. OLE color: 15062947.
HSL color Cylindrical-coordinate representation of color #A3D7E5: hue angle of 192.73º 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 #A3D7E5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 215 | 229 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.10 |
| HSL | 192.73º | 0.56% | 0.77% | - |
| HSV(B) | 192.73º | 0.29% | 0.9% | - |
| XYZ | 53.55 | 62.04 | 83.28 | - |
| YUV | 201.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 229 | 0.29 | 0.06 | 0 | 0.10 | 192.73 | 0.56 | 0.77 |
| Hex | A3 | D7 | E5 | 1D | 6 | 0 | A | C1 | 38 | 4D |
| Octal | 243 | 327 | 345 | 35 | 6 | 0 | 12 | 301 | 70 | 115 |
| Binary | 10100011 | 11010111 | 11100101 | 11101 | 110 | 0 | 1010 | 11000001 | 111000 | 1001101 |
Color Harmonies of #A3D7E5
Complementary color
Monochromatic Colors of #A3D7E5
Black with #A3D7E5
Text Example
Text Example
White with #A3D7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7E5; }
p { color: rgb(163,215,229); }
H1.HeaderClassName
{
color: #A3D7E5;
}
.AnyTagClassName
{
color: #A3D7E5;
}
</style>
background-color css
<style>
a { background-color: #A3D7E5; }
a { background-color: rgb(163,215,229); }
div.DivClassName
{
background-color: #A3D7E5;
}
.BgClassName
{
background-color: #A3D7E5;
}
</style>
border-color css
<style>
span { border-color: #A3D7E5; }
span { border-color: rgb(163,215,229); }
td.TdClassName
{
border-color: #A3D7E5;
}
.TagClassName
{
border-color: #A3D7E5;
}
</style>