Shades of Charlotte #A1DBE8
Tints of Charlotte #A1DBE8
RGB
CMYK
RGB Variations
Color information
#A1DBE8 (or 0xA1DBE8) is known color: Charlotte. HEX triplet: A1, DB and E8. RGB value is (161,219,232). Sum of RGB (Red+Green+Blue) = 161+219+232=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBE8 is #5E2417. Grayscale: #CBCBCB. Windows color (decimal): -6169624 or 15260577. OLE color: 15260577.
HSL color Cylindrical-coordinate representation of color #A1DBE8: hue angle of 190.99º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DBE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 219 | 232 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.09 |
| HSL | 190.99º | 0.61% | 0.77% | - |
| HSV(B) | 190.99º | 0.31% | 0.91% | - |
| XYZ | 54.59 | 64.07 | 85.83 | - |
| YUV | 203.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 232 | 0.31 | 0.06 | 0 | 0.09 | 190.99 | 0.61 | 0.77 |
| Hex | A1 | DB | E8 | 1F | 6 | 0 | 9 | BF | 3D | 4D |
| Octal | 241 | 333 | 350 | 37 | 6 | 0 | 11 | 277 | 75 | 115 |
| Binary | 10100001 | 11011011 | 11101000 | 11111 | 110 | 0 | 1001 | 10111111 | 111101 | 1001101 |
Color Harmonies of #A1DBE8
Complementary color
Monochromatic Colors of #A1DBE8
Black with #A1DBE8
Text Example
Text Example
White with #A1DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBE8; }
p { color: rgb(161,219,232); }
H1.HeaderClassName
{
color: #A1DBE8;
}
.AnyTagClassName
{
color: #A1DBE8;
}
</style>
background-color css
<style>
a { background-color: #A1DBE8; }
a { background-color: rgb(161,219,232); }
div.DivClassName
{
background-color: #A1DBE8;
}
.BgClassName
{
background-color: #A1DBE8;
}
</style>
border-color css
<style>
span { border-color: #A1DBE8; }
span { border-color: rgb(161,219,232); }
td.TdClassName
{
border-color: #A1DBE8;
}
.TagClassName
{
border-color: #A1DBE8;
}
</style>