Shades of Charlotte #A1DBEB
Tints of Charlotte #A1DBEB
RGB
CMYK
RGB Variations
Color information
#A1DBEB (or 0xA1DBEB) is known color: Charlotte. HEX triplet: A1, DB and EB. RGB value is (161,219,235). Sum of RGB (Red+Green+Blue) = 161+219+235=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEB is #5E2414. Grayscale: #CBCBCB. Windows color (decimal): -6169621 or 15457185. OLE color: 15457185.
HSL color Cylindrical-coordinate representation of color #A1DBEB: hue angle of 192.97º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DBEB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 219 | 235 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.08 |
| HSL | 192.97º | 0.65% | 0.78% | - |
| HSV(B) | 192.97º | 0.31% | 0.92% | - |
| XYZ | 55.02 | 64.24 | 88.1 | - |
| YUV | 203.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 235 | 0.31 | 0.07 | 0 | 0.08 | 192.97 | 0.65 | 0.78 |
| Hex | A1 | DB | EB | 1F | 7 | 0 | 8 | C1 | 41 | 4E |
| Octal | 241 | 333 | 353 | 37 | 7 | 0 | 10 | 301 | 101 | 116 |
| Binary | 10100001 | 11011011 | 11101011 | 11111 | 111 | 0 | 1000 | 11000001 | 1000001 | 1001110 |
Color Harmonies of #A1DBEB
Complementary color
Monochromatic Colors of #A1DBEB
Black with #A1DBEB
Text Example
Text Example
White with #A1DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBEB; }
p { color: rgb(161,219,235); }
H1.HeaderClassName
{
color: #A1DBEB;
}
.AnyTagClassName
{
color: #A1DBEB;
}
</style>
background-color css
<style>
a { background-color: #A1DBEB; }
a { background-color: rgb(161,219,235); }
div.DivClassName
{
background-color: #A1DBEB;
}
.BgClassName
{
background-color: #A1DBEB;
}
</style>
border-color css
<style>
span { border-color: #A1DBEB; }
span { border-color: rgb(161,219,235); }
td.TdClassName
{
border-color: #A1DBEB;
}
.TagClassName
{
border-color: #A1DBEB;
}
</style>