Shades of Charlotte #ABDCE5
Tints of Charlotte #ABDCE5
RGB
CMYK
RGB Variations
Color information
#ABDCE5 (or 0xABDCE5) is known color: Charlotte. HEX triplet: AB, DC and E5. RGB value is (171,220,229). Sum of RGB (Red+Green+Blue) = 171+220+229=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE5 is #54231A. Grayscale: #CECECE. Windows color (decimal): -5514011 or 15064235. OLE color: 15064235.
HSL color Cylindrical-coordinate representation of color #ABDCE5: hue angle of 189.31º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDCE5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 220 | 229 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.10 |
| HSL | 189.31º | 0.53% | 0.78% | - |
| HSV(B) | 189.31º | 0.25% | 0.9% | - |
| XYZ | 56.53 | 65.5 | 83.79 | - |
| YUV | 206.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 229 | 0.25 | 0.04 | 0 | 0.10 | 189.31 | 0.53 | 0.78 |
| Hex | AB | DC | E5 | 19 | 4 | 0 | A | BD | 35 | 4E |
| Octal | 253 | 334 | 345 | 31 | 4 | 0 | 12 | 275 | 65 | 116 |
| Binary | 10101011 | 11011100 | 11100101 | 11001 | 100 | 0 | 1010 | 10111101 | 110101 | 1001110 |
Color Harmonies of #ABDCE5
Complementary color
Monochromatic Colors of #ABDCE5
Black with #ABDCE5
Text Example
Text Example
White with #ABDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCE5; }
p { color: rgb(171,220,229); }
H1.HeaderClassName
{
color: #ABDCE5;
}
.AnyTagClassName
{
color: #ABDCE5;
}
</style>
background-color css
<style>
a { background-color: #ABDCE5; }
a { background-color: rgb(171,220,229); }
div.DivClassName
{
background-color: #ABDCE5;
}
.BgClassName
{
background-color: #ABDCE5;
}
</style>
border-color css
<style>
span { border-color: #ABDCE5; }
span { border-color: rgb(171,220,229); }
td.TdClassName
{
border-color: #ABDCE5;
}
.TagClassName
{
border-color: #ABDCE5;
}
</style>