Shades of Charlotte #A5DEDF
Tints of Charlotte #A5DEDF
RGB
CMYK
RGB Variations
Color information
#A5DEDF (or 0xA5DEDF) is known color: Charlotte. HEX triplet: A5, DE and DF. RGB value is (165,222,223). Sum of RGB (Red+Green+Blue) = 165+222+223=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDF is #5A2120. Grayscale: #CDCDCD. Windows color (decimal): -5906721 or 14671525. OLE color: 14671525.
HSL color Cylindrical-coordinate representation of color #A5DEDF: hue angle of 181.03º 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 #A5DEDF is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 222 | 223 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.13 |
| HSL | 181.03º | 0.48% | 0.76% | - |
| HSV(B) | 181.03º | 0.26% | 0.87% | - |
| XYZ | 54.96 | 65.57 | 79.57 | - |
| YUV | 205.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 222 | 223 | 0.26 | 0.00 | 0 | 0.13 | 181.03 | 0.48 | 0.76 |
| Hex | A5 | DE | DF | 1A | 0 | 0 | D | B5 | 30 | 4C |
| Octal | 245 | 336 | 337 | 32 | 0 | 0 | 15 | 265 | 60 | 114 |
| Binary | 10100101 | 11011110 | 11011111 | 11010 | 0 | 0 | 1101 | 10110101 | 110000 | 1001100 |
Color Harmonies of #A5DEDF
Complementary color
Monochromatic Colors of #A5DEDF
Black with #A5DEDF
Text Example
Text Example
White with #A5DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DEDF; }
p { color: rgb(165,222,223); }
H1.HeaderClassName
{
color: #A5DEDF;
}
.AnyTagClassName
{
color: #A5DEDF;
}
</style>
background-color css
<style>
a { background-color: #A5DEDF; }
a { background-color: rgb(165,222,223); }
div.DivClassName
{
background-color: #A5DEDF;
}
.BgClassName
{
background-color: #A5DEDF;
}
</style>
border-color css
<style>
span { border-color: #A5DEDF; }
span { border-color: rgb(165,222,223); }
td.TdClassName
{
border-color: #A5DEDF;
}
.TagClassName
{
border-color: #A5DEDF;
}
</style>