Shades of Charlotte #A5DCED
Tints of Charlotte #A5DCED
RGB
CMYK
RGB Variations
Color information
#A5DCED (or 0xA5DCED) is known color: Charlotte. HEX triplet: A5, DC and ED. RGB value is (165,220,237). Sum of RGB (Red+Green+Blue) = 165+220+237=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCED is #5A2312. Grayscale: #CDCDCD. Windows color (decimal): -5907219 or 15588517. OLE color: 15588517.
HSL color Cylindrical-coordinate representation of color #A5DCED: hue angle of 194.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DCED is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 220 | 237 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.07 |
| HSL | 194.17º | 0.67% | 0.79% | - |
| HSV(B) | 194.17º | 0.3% | 0.93% | - |
| XYZ | 56.4 | 65.3 | 89.75 | - |
| YUV | 205.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 237 | 0.30 | 0.07 | 0 | 0.07 | 194.17 | 0.67 | 0.79 |
| Hex | A5 | DC | ED | 1E | 7 | 0 | 7 | C2 | 43 | 4F |
| Octal | 245 | 334 | 355 | 36 | 7 | 0 | 7 | 302 | 103 | 117 |
| Binary | 10100101 | 11011100 | 11101101 | 11110 | 111 | 0 | 111 | 11000010 | 1000011 | 1001111 |
Color Harmonies of #A5DCED
Complementary color
Monochromatic Colors of #A5DCED
Black with #A5DCED
Text Example
Text Example
White with #A5DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCED; }
p { color: rgb(165,220,237); }
H1.HeaderClassName
{
color: #A5DCED;
}
.AnyTagClassName
{
color: #A5DCED;
}
</style>
background-color css
<style>
a { background-color: #A5DCED; }
a { background-color: rgb(165,220,237); }
div.DivClassName
{
background-color: #A5DCED;
}
.BgClassName
{
background-color: #A5DCED;
}
</style>
border-color css
<style>
span { border-color: #A5DCED; }
span { border-color: rgb(165,220,237); }
td.TdClassName
{
border-color: #A5DCED;
}
.TagClassName
{
border-color: #A5DCED;
}
</style>