Shades of Charlotte #A8DEEC
Tints of Charlotte #A8DEEC
RGB
CMYK
RGB Variations
Color information
#A8DEEC (or 0xA8DEEC) is known color: Charlotte. HEX triplet: A8, DE and EC. RGB value is (168,222,236). Sum of RGB (Red+Green+Blue) = 168+222+236=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEEC is #572113. Grayscale: #CFCFCF. Windows color (decimal): -5710100 or 15523496. OLE color: 15523496.
HSL color Cylindrical-coordinate representation of color #A8DEEC: hue angle of 192.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DEEC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 222 | 236 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.07 |
| HSL | 192.35º | 0.64% | 0.79% | - |
| HSV(B) | 192.35º | 0.29% | 0.93% | - |
| XYZ | 57.41 | 66.62 | 89.19 | - |
| YUV | 207.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 236 | 0.29 | 0.06 | 0 | 0.07 | 192.35 | 0.64 | 0.79 |
| Hex | A8 | DE | EC | 1D | 6 | 0 | 7 | C0 | 40 | 4F |
| Octal | 250 | 336 | 354 | 35 | 6 | 0 | 7 | 300 | 100 | 117 |
| Binary | 10101000 | 11011110 | 11101100 | 11101 | 110 | 0 | 111 | 11000000 | 1000000 | 1001111 |
Color Harmonies of #A8DEEC
Complementary color
Monochromatic Colors of #A8DEEC
Black with #A8DEEC
Text Example
Text Example
White with #A8DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEEC; }
p { color: rgb(168,222,236); }
H1.HeaderClassName
{
color: #A8DEEC;
}
.AnyTagClassName
{
color: #A8DEEC;
}
</style>
background-color css
<style>
a { background-color: #A8DEEC; }
a { background-color: rgb(168,222,236); }
div.DivClassName
{
background-color: #A8DEEC;
}
.BgClassName
{
background-color: #A8DEEC;
}
</style>
border-color css
<style>
span { border-color: #A8DEEC; }
span { border-color: rgb(168,222,236); }
td.TdClassName
{
border-color: #A8DEEC;
}
.TagClassName
{
border-color: #A8DEEC;
}
</style>