Shades of Charlotte #ABDFEB
Tints of Charlotte #ABDFEB
RGB
CMYK
RGB Variations
Color information
#ABDFEB (or 0xABDFEB) is known color: Charlotte. HEX triplet: AB, DF and EB. RGB value is (171,223,235). Sum of RGB (Red+Green+Blue) = 171+223+235=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEB is #542014. Grayscale: #D0D0D0. Windows color (decimal): -5513237 or 15458219. OLE color: 15458219.
HSL color Cylindrical-coordinate representation of color #ABDFEB: hue angle of 191.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDFEB is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 223 | 235 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.08 |
| HSL | 191.25º | 0.62% | 0.8% | - |
| HSV(B) | 191.25º | 0.27% | 0.92% | - |
| XYZ | 58.18 | 67.43 | 88.55 | - |
| YUV | 208.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 235 | 0.27 | 0.05 | 0 | 0.08 | 191.25 | 0.62 | 0.8 |
| Hex | AB | DF | EB | 1B | 5 | 0 | 8 | BF | 3E | 50 |
| Octal | 253 | 337 | 353 | 33 | 5 | 0 | 10 | 277 | 76 | 120 |
| Binary | 10101011 | 11011111 | 11101011 | 11011 | 101 | 0 | 1000 | 10111111 | 111110 | 1010000 |
Color Harmonies of #ABDFEB
Complementary color
Monochromatic Colors of #ABDFEB
Black with #ABDFEB
Text Example
Text Example
White with #ABDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFEB; }
p { color: rgb(171,223,235); }
H1.HeaderClassName
{
color: #ABDFEB;
}
.AnyTagClassName
{
color: #ABDFEB;
}
</style>
background-color css
<style>
a { background-color: #ABDFEB; }
a { background-color: rgb(171,223,235); }
div.DivClassName
{
background-color: #ABDFEB;
}
.BgClassName
{
background-color: #ABDFEB;
}
</style>
border-color css
<style>
span { border-color: #ABDFEB; }
span { border-color: rgb(171,223,235); }
td.TdClassName
{
border-color: #ABDFEB;
}
.TagClassName
{
border-color: #ABDFEB;
}
</style>