Shades of Charlotte #A5DBDD
Tints of Charlotte #A5DBDD
RGB
CMYK
RGB Variations
Color information
#A5DBDD (or 0xA5DBDD) is known color: Charlotte. HEX triplet: A5, DB and DD. RGB value is (165,219,221). Sum of RGB (Red+Green+Blue) = 165+219+221=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDD is #5A2422. Grayscale: #CBCBCB. Windows color (decimal): -5907491 or 14539685. OLE color: 14539685.
HSL color Cylindrical-coordinate representation of color #A5DBDD: hue angle of 182.14º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DBDD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 219 | 221 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 182.14º | 0.45% | 0.76% | - |
| HSV(B) | 182.14º | 0.25% | 0.87% | - |
| XYZ | 53.9 | 63.88 | 77.9 | - |
| YUV | 203.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 221 | 0.25 | 0.01 | 0 | 0.13 | 182.14 | 0.45 | 0.76 |
| Hex | A5 | DB | DD | 19 | 1 | 0 | D | B6 | 2D | 4C |
| Octal | 245 | 333 | 335 | 31 | 1 | 0 | 15 | 266 | 55 | 114 |
| Binary | 10100101 | 11011011 | 11011101 | 11001 | 1 | 0 | 1101 | 10110110 | 101101 | 1001100 |
Color Harmonies of #A5DBDD
Complementary color
Monochromatic Colors of #A5DBDD
Black with #A5DBDD
Text Example
Text Example
White with #A5DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DBDD; }
p { color: rgb(165,219,221); }
H1.HeaderClassName
{
color: #A5DBDD;
}
.AnyTagClassName
{
color: #A5DBDD;
}
</style>
background-color css
<style>
a { background-color: #A5DBDD; }
a { background-color: rgb(165,219,221); }
div.DivClassName
{
background-color: #A5DBDD;
}
.BgClassName
{
background-color: #A5DBDD;
}
</style>
border-color css
<style>
span { border-color: #A5DBDD; }
span { border-color: rgb(165,219,221); }
td.TdClassName
{
border-color: #A5DBDD;
}
.TagClassName
{
border-color: #A5DBDD;
}
</style>