Shades of Charlotte #A5DCDF
Tints of Charlotte #A5DCDF
RGB
CMYK
RGB Variations
Color information
#A5DCDF (or 0xA5DCDF) is known color: Charlotte. HEX triplet: A5, DC and DF. RGB value is (165,220,223). Sum of RGB (Red+Green+Blue) = 165+220+223=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCDF is #5A2320. Grayscale: #CBCBCB. Windows color (decimal): -5907233 or 14671013. OLE color: 14671013.
HSL color Cylindrical-coordinate representation of color #A5DCDF: hue angle of 183.1º 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 #A5DCDF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 220 | 223 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.13 |
| HSL | 183.1º | 0.48% | 0.76% | - |
| HSV(B) | 183.1º | 0.26% | 0.87% | - |
| XYZ | 54.43 | 64.51 | 79.4 | - |
| YUV | 203.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 220 | 223 | 0.26 | 0.01 | 0 | 0.13 | 183.1 | 0.48 | 0.76 |
| Hex | A5 | DC | DF | 1A | 1 | 0 | D | B7 | 30 | 4C |
| Octal | 245 | 334 | 337 | 32 | 1 | 0 | 15 | 267 | 60 | 114 |
| Binary | 10100101 | 11011100 | 11011111 | 11010 | 1 | 0 | 1101 | 10110111 | 110000 | 1001100 |
Color Harmonies of #A5DCDF
Complementary color
Monochromatic Colors of #A5DCDF
Black with #A5DCDF
Text Example
Text Example
White with #A5DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DCDF; }
p { color: rgb(165,220,223); }
H1.HeaderClassName
{
color: #A5DCDF;
}
.AnyTagClassName
{
color: #A5DCDF;
}
</style>
background-color css
<style>
a { background-color: #A5DCDF; }
a { background-color: rgb(165,220,223); }
div.DivClassName
{
background-color: #A5DCDF;
}
.BgClassName
{
background-color: #A5DCDF;
}
</style>
border-color css
<style>
span { border-color: #A5DCDF; }
span { border-color: rgb(165,220,223); }
td.TdClassName
{
border-color: #A5DCDF;
}
.TagClassName
{
border-color: #A5DCDF;
}
</style>