Shades of Charlotte #A1DAEC
Tints of Charlotte #A1DAEC
RGB
CMYK
RGB Variations
Color information
#A1DAEC (or 0xA1DAEC) is known color: Charlotte. HEX triplet: A1, DA and EC. RGB value is (161,218,236). Sum of RGB (Red+Green+Blue) = 161+218+236=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAEC is #5E2513. Grayscale: #CACACA. Windows color (decimal): -6169876 or 15522465. OLE color: 15522465.
HSL color Cylindrical-coordinate representation of color #A1DAEC: hue angle of 194.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DAEC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 218 | 236 | - |
CMYK | 0.32 | 0.08 | 0 | 0.07 |
HSL | 194.4º | 0.66% | 0.78% | - |
HSV(B) | 194.4º | 0.32% | 0.93% | - |
XYZ | 54.91 | 63.78 | 88.77 | - |
YUV | 203.01 | 146.62 | 98.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 218 | 236 | 0.32 | 0.08 | 0 | 0.07 | 194.4 | 0.66 | 0.78 |
Hex | A1 | DA | EC | 20 | 8 | 0 | 7 | C2 | 42 | 4E |
Octal | 241 | 332 | 354 | 40 | 10 | 0 | 7 | 302 | 102 | 116 |
Binary | 10100001 | 11011010 | 11101100 | 100000 | 1000 | 0 | 111 | 11000010 | 1000010 | 1001110 |
Color Harmonies of #A1DAEC
Complementary color
Monochromatic Colors of #A1DAEC
Black with #A1DAEC
Text Example
Text Example
White with #A1DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAEC; }
p { color: rgb(161,218,236); }
H1.HeaderClassName
{
color: #A1DAEC;
}
.AnyTagClassName
{
color: #A1DAEC;
}
</style>
background-color css
<style>
a { background-color: #A1DAEC; }
a { background-color: rgb(161,218,236); }
div.DivClassName
{
background-color: #A1DAEC;
}
.BgClassName
{
background-color: #A1DAEC;
}
</style>
border-color css
<style>
span { border-color: #A1DAEC; }
span { border-color: rgb(161,218,236); }
td.TdClassName
{
border-color: #A1DAEC;
}
.TagClassName
{
border-color: #A1DAEC;
}
</style>