Shades of Charlotte #A1DBDF
Tints of Charlotte #A1DBDF
RGB
CMYK
RGB Variations
Color information
#A1DBDF (or 0xA1DBDF) is known color: Charlotte. HEX triplet: A1, DB and DF. RGB value is (161,219,223). Sum of RGB (Red+Green+Blue) = 161+219+223=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DBDF is #5E2420. Grayscale: #CACACA. Windows color (decimal): -6169633 or 14670753. OLE color: 14670753.
HSL color Cylindrical-coordinate representation of color #A1DBDF: hue angle of 183.87º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DBDF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 219 | 223 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.13 |
| HSL | 183.87º | 0.49% | 0.75% | - |
| HSV(B) | 183.87º | 0.28% | 0.87% | - |
| XYZ | 53.35 | 63.57 | 79.27 | - |
| YUV | 202.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 223 | 0.28 | 0.02 | 0 | 0.13 | 183.87 | 0.49 | 0.75 |
| Hex | A1 | DB | DF | 1C | 2 | 0 | D | B8 | 31 | 4B |
| Octal | 241 | 333 | 337 | 34 | 2 | 0 | 15 | 270 | 61 | 113 |
| Binary | 10100001 | 11011011 | 11011111 | 11100 | 10 | 0 | 1101 | 10111000 | 110001 | 1001011 |
Color Harmonies of #A1DBDF
Complementary color
Monochromatic Colors of #A1DBDF
Black with #A1DBDF
Text Example
Text Example
White with #A1DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DBDF; }
p { color: rgb(161,219,223); }
H1.HeaderClassName
{
color: #A1DBDF;
}
.AnyTagClassName
{
color: #A1DBDF;
}
</style>
background-color css
<style>
a { background-color: #A1DBDF; }
a { background-color: rgb(161,219,223); }
div.DivClassName
{
background-color: #A1DBDF;
}
.BgClassName
{
background-color: #A1DBDF;
}
</style>
border-color css
<style>
span { border-color: #A1DBDF; }
span { border-color: rgb(161,219,223); }
td.TdClassName
{
border-color: #A1DBDF;
}
.TagClassName
{
border-color: #A1DBDF;
}
</style>