Shades of Charlotte #A3DAEE
Tints of Charlotte #A3DAEE
RGB
CMYK
RGB Variations
Color information
#A3DAEE (or 0xA3DAEE) is known color: Charlotte. HEX triplet: A3, DA and EE. RGB value is (163,218,238). Sum of RGB (Red+Green+Blue) = 163+218+238=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DAEE is #5C2511. Grayscale: #CBCBCB. Windows color (decimal): -6038802 or 15653539. OLE color: 15653539.
HSL color Cylindrical-coordinate representation of color #A3DAEE: hue angle of 196º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3DAEE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 218 | 238 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 196º | 0.69% | 0.79% | - |
| HSV(B) | 196º | 0.32% | 0.93% | - |
| XYZ | 55.61 | 64.1 | 90.33 | - |
| YUV | 203.84 | 147.28 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 218 | 238 | 0.32 | 0.08 | 0 | 0.07 | 196 | 0.69 | 0.79 |
| Hex | A3 | DA | EE | 20 | 8 | 0 | 7 | C4 | 45 | 4F |
| Octal | 243 | 332 | 356 | 40 | 10 | 0 | 7 | 304 | 105 | 117 |
| Binary | 10100011 | 11011010 | 11101110 | 100000 | 1000 | 0 | 111 | 11000100 | 1000101 | 1001111 |
Color Harmonies of #A3DAEE
Complementary color
Monochromatic Colors of #A3DAEE
Black with #A3DAEE
Text Example
Text Example
White with #A3DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DAEE; }
p { color: rgb(163,218,238); }
H1.HeaderClassName
{
color: #A3DAEE;
}
.AnyTagClassName
{
color: #A3DAEE;
}
</style>
background-color css
<style>
a { background-color: #A3DAEE; }
a { background-color: rgb(163,218,238); }
div.DivClassName
{
background-color: #A3DAEE;
}
.BgClassName
{
background-color: #A3DAEE;
}
</style>
border-color css
<style>
span { border-color: #A3DAEE; }
span { border-color: rgb(163,218,238); }
td.TdClassName
{
border-color: #A3DAEE;
}
.TagClassName
{
border-color: #A3DAEE;
}
</style>