Shades of Charlotte #A5DFDE
Tints of Charlotte #A5DFDE
RGB
CMYK
RGB Variations
Color information
#A5DFDE (or 0xA5DFDE) is known color: Charlotte. HEX triplet: A5, DF and DE. RGB value is (165,223,222). Sum of RGB (Red+Green+Blue) = 165+223+222=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFDE is #5A2021. Grayscale: #CDCDCD. Windows color (decimal): -5906466 or 14606245. OLE color: 14606245.
HSL color Cylindrical-coordinate representation of color #A5DFDE: hue angle of 178.97º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFDE is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 222 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.13 |
| HSL | 178.97º | 0.48% | 0.76% | - |
| HSV(B) | 178.97º | 0.26% | 0.87% | - |
| XYZ | 55.09 | 66.05 | 78.95 | - |
| YUV | 205.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 222 | 0.26 | 0 | 0.00 | 0.13 | 178.97 | 0.48 | 0.76 |
| Hex | A5 | DF | DE | 1A | 0 | 0 | D | B3 | 30 | 4C |
| Octal | 245 | 337 | 336 | 32 | 0 | 0 | 15 | 263 | 60 | 114 |
| Binary | 10100101 | 11011111 | 11011110 | 11010 | 0 | 0 | 1101 | 10110011 | 110000 | 1001100 |
Color Harmonies of #A5DFDE
Complementary color
Monochromatic Colors of #A5DFDE
Black with #A5DFDE
Text Example
Text Example
White with #A5DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFDE; }
p { color: rgb(165,223,222); }
H1.HeaderClassName
{
color: #A5DFDE;
}
.AnyTagClassName
{
color: #A5DFDE;
}
</style>
background-color css
<style>
a { background-color: #A5DFDE; }
a { background-color: rgb(165,223,222); }
div.DivClassName
{
background-color: #A5DFDE;
}
.BgClassName
{
background-color: #A5DFDE;
}
</style>
border-color css
<style>
span { border-color: #A5DFDE; }
span { border-color: rgb(165,223,222); }
td.TdClassName
{
border-color: #A5DFDE;
}
.TagClassName
{
border-color: #A5DFDE;
}
</style>