Shades of Charlotte #A4DDEA
Tints of Charlotte #A4DDEA
RGB
CMYK
RGB Variations
Color information
#A4DDEA (or 0xA4DDEA) is known color: Charlotte. HEX triplet: A4, DD and EA. RGB value is (164,221,234). Sum of RGB (Red+Green+Blue) = 164+221+234=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDEA is #5B2215. Grayscale: #CDCDCD. Windows color (decimal): -5972502 or 15392164. OLE color: 15392164.
HSL color Cylindrical-coordinate representation of color #A4DDEA: hue angle of 191.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4DDEA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 221 | 234 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.08 |
| HSL | 191.14º | 0.63% | 0.78% | - |
| HSV(B) | 191.14º | 0.3% | 0.92% | - |
| XYZ | 56.02 | 65.55 | 87.54 | - |
| YUV | 205.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 234 | 0.30 | 0.06 | 0 | 0.08 | 191.14 | 0.63 | 0.78 |
| Hex | A4 | DD | EA | 1E | 6 | 0 | 8 | BF | 3E | 4E |
| Octal | 244 | 335 | 352 | 36 | 6 | 0 | 10 | 277 | 76 | 116 |
| Binary | 10100100 | 11011101 | 11101010 | 11110 | 110 | 0 | 1000 | 10111111 | 111110 | 1001110 |
Color Harmonies of #A4DDEA
Complementary color
Monochromatic Colors of #A4DDEA
Black with #A4DDEA
Text Example
Text Example
White with #A4DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDEA; }
p { color: rgb(164,221,234); }
H1.HeaderClassName
{
color: #A4DDEA;
}
.AnyTagClassName
{
color: #A4DDEA;
}
</style>
background-color css
<style>
a { background-color: #A4DDEA; }
a { background-color: rgb(164,221,234); }
div.DivClassName
{
background-color: #A4DDEA;
}
.BgClassName
{
background-color: #A4DDEA;
}
</style>
border-color css
<style>
span { border-color: #A4DDEA; }
span { border-color: rgb(164,221,234); }
td.TdClassName
{
border-color: #A4DDEA;
}
.TagClassName
{
border-color: #A4DDEA;
}
</style>