Shades of Charlotte #A5E1DF
Tints of Charlotte #A5E1DF
RGB
CMYK
RGB Variations
Color information
#A5E1DF (or 0xA5E1DF) is known color: Charlotte. HEX triplet: A5, E1 and DF. RGB value is (165,225,223). Sum of RGB (Red+Green+Blue) = 165+225+223=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1DF is #5A1E20. Grayscale: #CECECE. Windows color (decimal): -5905953 or 14672293. OLE color: 14672293.
HSL color Cylindrical-coordinate representation of color #A5E1DF: hue angle of 178º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1DF is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 223 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.12 |
| HSL | 178º | 0.5% | 0.76% | - |
| HSV(B) | 178º | 0.27% | 0.88% | - |
| XYZ | 55.76 | 67.18 | 79.84 | - |
| YUV | 206.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 223 | 0.27 | 0 | 0.01 | 0.12 | 178 | 0.5 | 0.76 |
| Hex | A5 | E1 | DF | 1B | 0 | 1 | C | B2 | 32 | 4C |
| Octal | 245 | 341 | 337 | 33 | 0 | 1 | 14 | 262 | 62 | 114 |
| Binary | 10100101 | 11100001 | 11011111 | 11011 | 0 | 1 | 1100 | 10110010 | 110010 | 1001100 |
Color Harmonies of #A5E1DF
Complementary color
Monochromatic Colors of #A5E1DF
Black with #A5E1DF
Text Example
Text Example
White with #A5E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1DF; }
p { color: rgb(165,225,223); }
H1.HeaderClassName
{
color: #A5E1DF;
}
.AnyTagClassName
{
color: #A5E1DF;
}
</style>
background-color css
<style>
a { background-color: #A5E1DF; }
a { background-color: rgb(165,225,223); }
div.DivClassName
{
background-color: #A5E1DF;
}
.BgClassName
{
background-color: #A5E1DF;
}
</style>
border-color css
<style>
span { border-color: #A5E1DF; }
span { border-color: rgb(165,225,223); }
td.TdClassName
{
border-color: #A5E1DF;
}
.TagClassName
{
border-color: #A5E1DF;
}
</style>