Shades of Charlotte #A1DBEC
Tints of Charlotte #A1DBEC
RGB
CMYK
RGB Variations
Color information
#A1DBEC (or 0xA1DBEC) is known color: Charlotte. HEX triplet: A1, DB and EC. RGB value is (161,219,236). Sum of RGB (Red+Green+Blue) = 161+219+236=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEC is #5E2413. Grayscale: #CBCBCB. Windows color (decimal): -6169620 or 15522721. OLE color: 15522721.
HSL color Cylindrical-coordinate representation of color #A1DBEC: hue angle of 193.6º 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 #A1DBEC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 219 | 236 | - |
CMYK | 0.32 | 0.07 | 0 | 0.07 |
HSL | 193.6º | 0.66% | 0.78% | - |
HSV(B) | 193.6º | 0.32% | 0.93% | - |
XYZ | 55.17 | 64.3 | 88.86 | - |
YUV | 203.6 | 146.28 | 97.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 219 | 236 | 0.32 | 0.07 | 0 | 0.07 | 193.6 | 0.66 | 0.78 |
Hex | A1 | DB | EC | 20 | 7 | 0 | 7 | C2 | 42 | 4E |
Octal | 241 | 333 | 354 | 40 | 7 | 0 | 7 | 302 | 102 | 116 |
Binary | 10100001 | 11011011 | 11101100 | 100000 | 111 | 0 | 111 | 11000010 | 1000010 | 1001110 |
Color Harmonies of #A1DBEC
Complementary color
Monochromatic Colors of #A1DBEC
Black with #A1DBEC
Text Example
Text Example
White with #A1DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBEC; }
p { color: rgb(161,219,236); }
H1.HeaderClassName
{
color: #A1DBEC;
}
.AnyTagClassName
{
color: #A1DBEC;
}
</style>
background-color css
<style>
a { background-color: #A1DBEC; }
a { background-color: rgb(161,219,236); }
div.DivClassName
{
background-color: #A1DBEC;
}
.BgClassName
{
background-color: #A1DBEC;
}
</style>
border-color css
<style>
span { border-color: #A1DBEC; }
span { border-color: rgb(161,219,236); }
td.TdClassName
{
border-color: #A1DBEC;
}
.TagClassName
{
border-color: #A1DBEC;
}
</style>