Shades of Charlotte #A1DBEF
Tints of Charlotte #A1DBEF
RGB
CMYK
RGB Variations
Color information
#A1DBEF (or 0xA1DBEF) is known color: Charlotte. HEX triplet: A1, DB and EF. RGB value is (161,219,239). Sum of RGB (Red+Green+Blue) = 161+219+239=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEF is #5E2410. Grayscale: #CBCBCB. Windows color (decimal): -6169617 or 15719329. OLE color: 15719329.
HSL color Cylindrical-coordinate representation of color #A1DBEF: hue angle of 195.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DBEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 219 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 195.38º | 0.71% | 0.78% | - |
| HSV(B) | 195.38º | 0.33% | 0.94% | - |
| XYZ | 55.61 | 64.47 | 91.17 | - |
| YUV | 203.94 | 147.78 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 239 | 0.33 | 0.08 | 0 | 0.06 | 195.38 | 0.71 | 0.78 |
| Hex | A1 | DB | EF | 21 | 8 | 0 | 6 | C3 | 47 | 4E |
| Octal | 241 | 333 | 357 | 41 | 10 | 0 | 6 | 303 | 107 | 116 |
| Binary | 10100001 | 11011011 | 11101111 | 100001 | 1000 | 0 | 110 | 11000011 | 1000111 | 1001110 |
Color Harmonies of #A1DBEF
Complementary color
Monochromatic Colors of #A1DBEF
Black with #A1DBEF
Text Example
Text Example
White with #A1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBEF; }
p { color: rgb(161,219,239); }
H1.HeaderClassName
{
color: #A1DBEF;
}
.AnyTagClassName
{
color: #A1DBEF;
}
</style>
background-color css
<style>
a { background-color: #A1DBEF; }
a { background-color: rgb(161,219,239); }
div.DivClassName
{
background-color: #A1DBEF;
}
.BgClassName
{
background-color: #A1DBEF;
}
</style>
border-color css
<style>
span { border-color: #A1DBEF; }
span { border-color: rgb(161,219,239); }
td.TdClassName
{
border-color: #A1DBEF;
}
.TagClassName
{
border-color: #A1DBEF;
}
</style>