Shades of Charlotte #A1DEE4
Tints of Charlotte #A1DEE4
RGB
CMYK
RGB Variations
Color information
#A1DEE4 (or 0xA1DEE4) is known color: Charlotte. HEX triplet: A1, DE and E4. RGB value is (161,222,228). Sum of RGB (Red+Green+Blue) = 161+222+228=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1DEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEE4 is #5E211B. Grayscale: #CCCCCC. Windows color (decimal): -6168860 or 14999201. OLE color: 14999201.
HSL color Cylindrical-coordinate representation of color #A1DEE4: hue angle of 185.37º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DEE4 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 161 | 222 | 228 | - |
CMYK | 0.29 | 0.03 | 0 | 0.11 |
HSL | 185.37º | 0.55% | 0.76% | - |
HSV(B) | 185.37º | 0.29% | 0.89% | - |
XYZ | 54.82 | 65.42 | 83.14 | - |
YUV | 204.45 | 141.29 | 97.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 222 | 228 | 0.29 | 0.03 | 0 | 0.11 | 185.37 | 0.55 | 0.76 |
Hex | A1 | DE | E4 | 1D | 3 | 0 | B | B9 | 37 | 4C |
Octal | 241 | 336 | 344 | 35 | 3 | 0 | 13 | 271 | 67 | 114 |
Binary | 10100001 | 11011110 | 11100100 | 11101 | 11 | 0 | 1011 | 10111001 | 110111 | 1001100 |
Color Harmonies of #A1DEE4
Complementary color
Monochromatic Colors of #A1DEE4
Black with #A1DEE4
Text Example
Text Example
White with #A1DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEE4; }
p { color: rgb(161,222,228); }
H1.HeaderClassName
{
color: #A1DEE4;
}
.AnyTagClassName
{
color: #A1DEE4;
}
</style>
background-color css
<style>
a { background-color: #A1DEE4; }
a { background-color: rgb(161,222,228); }
div.DivClassName
{
background-color: #A1DEE4;
}
.BgClassName
{
background-color: #A1DEE4;
}
</style>
border-color css
<style>
span { border-color: #A1DEE4; }
span { border-color: rgb(161,222,228); }
td.TdClassName
{
border-color: #A1DEE4;
}
.TagClassName
{
border-color: #A1DEE4;
}
</style>