Shades of Charlotte #A8DDEA
Tints of Charlotte #A8DDEA
RGB
CMYK
RGB Variations
Color information
#A8DDEA (or 0xA8DDEA) is known color: Charlotte. HEX triplet: A8, DD and EA. RGB value is (168,221,234). Sum of RGB (Red+Green+Blue) = 168+221+234=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDEA is #572215. Grayscale: #CECECE. Windows color (decimal): -5710358 or 15392168. OLE color: 15392168.
HSL color Cylindrical-coordinate representation of color #A8DDEA: hue angle of 191.82º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DDEA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 221 | 234 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.08 |
| HSL | 191.82º | 0.61% | 0.79% | - |
| HSV(B) | 191.82º | 0.28% | 0.92% | - |
| XYZ | 56.86 | 65.98 | 87.58 | - |
| YUV | 206.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 234 | 0.28 | 0.06 | 0 | 0.08 | 191.82 | 0.61 | 0.79 |
| Hex | A8 | DD | EA | 1C | 6 | 0 | 8 | C0 | 3D | 4F |
| Octal | 250 | 335 | 352 | 34 | 6 | 0 | 10 | 300 | 75 | 117 |
| Binary | 10101000 | 11011101 | 11101010 | 11100 | 110 | 0 | 1000 | 11000000 | 111101 | 1001111 |
Color Harmonies of #A8DDEA
Complementary color
Monochromatic Colors of #A8DDEA
Black with #A8DDEA
Text Example
Text Example
White with #A8DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDEA; }
p { color: rgb(168,221,234); }
H1.HeaderClassName
{
color: #A8DDEA;
}
.AnyTagClassName
{
color: #A8DDEA;
}
</style>
background-color css
<style>
a { background-color: #A8DDEA; }
a { background-color: rgb(168,221,234); }
div.DivClassName
{
background-color: #A8DDEA;
}
.BgClassName
{
background-color: #A8DDEA;
}
</style>
border-color css
<style>
span { border-color: #A8DDEA; }
span { border-color: rgb(168,221,234); }
td.TdClassName
{
border-color: #A8DDEA;
}
.TagClassName
{
border-color: #A8DDEA;
}
</style>