Shades of Charlotte #AADEE8
Tints of Charlotte #AADEE8
RGB
CMYK
RGB Variations
Color information
#AADEE8 (or 0xAADEE8) is known color: Charlotte. HEX triplet: AA, DE and E8. RGB value is (170,222,232). Sum of RGB (Red+Green+Blue) = 170+222+232=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEE8 is #552117. Grayscale: #CFCFCF. Windows color (decimal): -5579032 or 15261354. OLE color: 15261354.
HSL color Cylindrical-coordinate representation of color #AADEE8: hue angle of 189.68º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADEE8 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 222 | 232 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.09 |
| HSL | 189.68º | 0.57% | 0.79% | - |
| HSV(B) | 189.68º | 0.27% | 0.91% | - |
| XYZ | 57.26 | 66.61 | 86.18 | - |
| YUV | 207.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 232 | 0.27 | 0.04 | 0 | 0.09 | 189.68 | 0.57 | 0.79 |
| Hex | AA | DE | E8 | 1B | 4 | 0 | 9 | BE | 39 | 4F |
| Octal | 252 | 336 | 350 | 33 | 4 | 0 | 11 | 276 | 71 | 117 |
| Binary | 10101010 | 11011110 | 11101000 | 11011 | 100 | 0 | 1001 | 10111110 | 111001 | 1001111 |
Color Harmonies of #AADEE8
Complementary color
Monochromatic Colors of #AADEE8
Black with #AADEE8
Text Example
Text Example
White with #AADEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEE8; }
p { color: rgb(170,222,232); }
H1.HeaderClassName
{
color: #AADEE8;
}
.AnyTagClassName
{
color: #AADEE8;
}
</style>
background-color css
<style>
a { background-color: #AADEE8; }
a { background-color: rgb(170,222,232); }
div.DivClassName
{
background-color: #AADEE8;
}
.BgClassName
{
background-color: #AADEE8;
}
</style>
border-color css
<style>
span { border-color: #AADEE8; }
span { border-color: rgb(170,222,232); }
td.TdClassName
{
border-color: #AADEE8;
}
.TagClassName
{
border-color: #AADEE8;
}
</style>