Shades of Charlotte #A5DADC
Tints of Charlotte #A5DADC
RGB
CMYK
RGB Variations
Color information
#A5DADC (or 0xA5DADC) is known color: Charlotte. HEX triplet: A5, DA and DC. RGB value is (165,218,220). Sum of RGB (Red+Green+Blue) = 165+218+220=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADC is #5A2523. Grayscale: #CACACA. Windows color (decimal): -5907748 or 14473893. OLE color: 14473893.
HSL color Cylindrical-coordinate representation of color #A5DADC: hue angle of 182.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DADC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 218 | 220 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.14 |
| HSL | 182.18º | 0.44% | 0.75% | - |
| HSV(B) | 182.18º | 0.25% | 0.86% | - |
| XYZ | 53.51 | 63.31 | 77.11 | - |
| YUV | 202.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 218 | 220 | 0.25 | 0.01 | 0 | 0.14 | 182.18 | 0.44 | 0.75 |
| Hex | A5 | DA | DC | 19 | 1 | 0 | E | B6 | 2C | 4B |
| Octal | 245 | 332 | 334 | 31 | 1 | 0 | 16 | 266 | 54 | 113 |
| Binary | 10100101 | 11011010 | 11011100 | 11001 | 1 | 0 | 1110 | 10110110 | 101100 | 1001011 |
Color Harmonies of #A5DADC
Complementary color
Monochromatic Colors of #A5DADC
Black with #A5DADC
Text Example
Text Example
White with #A5DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DADC; }
p { color: rgb(165,218,220); }
H1.HeaderClassName
{
color: #A5DADC;
}
.AnyTagClassName
{
color: #A5DADC;
}
</style>
background-color css
<style>
a { background-color: #A5DADC; }
a { background-color: rgb(165,218,220); }
div.DivClassName
{
background-color: #A5DADC;
}
.BgClassName
{
background-color: #A5DADC;
}
</style>
border-color css
<style>
span { border-color: #A5DADC; }
span { border-color: rgb(165,218,220); }
td.TdClassName
{
border-color: #A5DADC;
}
.TagClassName
{
border-color: #A5DADC;
}
</style>