Shades of Charlotte #ABDBE3
Tints of Charlotte #ABDBE3
RGB
CMYK
RGB Variations
Color information
#ABDBE3 (or 0xABDBE3) is known color: Charlotte. HEX triplet: AB, DB and E3. RGB value is (171,219,227). Sum of RGB (Red+Green+Blue) = 171+219+227=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBE3 is #54241C. Grayscale: #CDCDCD. Windows color (decimal): -5514269 or 14932907. OLE color: 14932907.
HSL color Cylindrical-coordinate representation of color #ABDBE3: hue angle of 188.57º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDBE3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 219 | 227 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.11 |
| HSL | 188.57º | 0.5% | 0.78% | - |
| HSV(B) | 188.57º | 0.25% | 0.89% | - |
| XYZ | 55.99 | 64.87 | 82.24 | - |
| YUV | 205.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 219 | 227 | 0.25 | 0.04 | 0 | 0.11 | 188.57 | 0.5 | 0.78 |
| Hex | AB | DB | E3 | 19 | 4 | 0 | B | BD | 32 | 4E |
| Octal | 253 | 333 | 343 | 31 | 4 | 0 | 13 | 275 | 62 | 116 |
| Binary | 10101011 | 11011011 | 11100011 | 11001 | 100 | 0 | 1011 | 10111101 | 110010 | 1001110 |
Color Harmonies of #ABDBE3
Complementary color
Monochromatic Colors of #ABDBE3
Black with #ABDBE3
Text Example
Text Example
White with #ABDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDBE3; }
p { color: rgb(171,219,227); }
H1.HeaderClassName
{
color: #ABDBE3;
}
.AnyTagClassName
{
color: #ABDBE3;
}
</style>
background-color css
<style>
a { background-color: #ABDBE3; }
a { background-color: rgb(171,219,227); }
div.DivClassName
{
background-color: #ABDBE3;
}
.BgClassName
{
background-color: #ABDBE3;
}
</style>
border-color css
<style>
span { border-color: #ABDBE3; }
span { border-color: rgb(171,219,227); }
td.TdClassName
{
border-color: #ABDBE3;
}
.TagClassName
{
border-color: #ABDBE3;
}
</style>