Shades of Charlotte #A1DBED
Tints of Charlotte #A1DBED
RGB
CMYK
RGB Variations
Color information
#A1DBED (or 0xA1DBED) is known color: Charlotte. HEX triplet: A1, DB and ED. RGB value is (161,219,237). Sum of RGB (Red+Green+Blue) = 161+219+237=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBED is #5E2412. Grayscale: #CBCBCB. Windows color (decimal): -6169619 or 15588257. OLE color: 15588257.
HSL color Cylindrical-coordinate representation of color #A1DBED: hue angle of 194.21º degrees, saturation: 0.68, 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 #A1DBED is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 219 | 237 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 194.21º | 0.68% | 0.78% | - |
| HSV(B) | 194.21º | 0.32% | 0.93% | - |
| XYZ | 55.32 | 64.35 | 89.63 | - |
| YUV | 203.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 237 | 0.32 | 0.08 | 0 | 0.07 | 194.21 | 0.68 | 0.78 |
| Hex | A1 | DB | ED | 20 | 8 | 0 | 7 | C2 | 44 | 4E |
| Octal | 241 | 333 | 355 | 40 | 10 | 0 | 7 | 302 | 104 | 116 |
| Binary | 10100001 | 11011011 | 11101101 | 100000 | 1000 | 0 | 111 | 11000010 | 1000100 | 1001110 |
Color Harmonies of #A1DBED
Complementary color
Monochromatic Colors of #A1DBED
Black with #A1DBED
Text Example
Text Example
White with #A1DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBED; }
p { color: rgb(161,219,237); }
H1.HeaderClassName
{
color: #A1DBED;
}
.AnyTagClassName
{
color: #A1DBED;
}
</style>
background-color css
<style>
a { background-color: #A1DBED; }
a { background-color: rgb(161,219,237); }
div.DivClassName
{
background-color: #A1DBED;
}
.BgClassName
{
background-color: #A1DBED;
}
</style>
border-color css
<style>
span { border-color: #A1DBED; }
span { border-color: rgb(161,219,237); }
td.TdClassName
{
border-color: #A1DBED;
}
.TagClassName
{
border-color: #A1DBED;
}
</style>