Shades of Light Blue #ABDEF6
Tints of Light Blue #ABDEF6
RGB
CMYK
RGB Variations
Color information
#ABDEF6 (or 0xABDEF6) is known color: Light Blue. HEX triplet: AB, DE and F6. RGB value is (171,222,246). Sum of RGB (Red+Green+Blue) = 171+222+246=639 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.76% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDEF6 is #542109. Grayscale: #D1D1D1. Windows color (decimal): -5513482 or 16178859. OLE color: 16178859.
HSL color Cylindrical-coordinate representation of color #ABDEF6: hue angle of 199.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDEF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 222 | 246 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.04 |
| HSL | 199.2º | 0.81% | 0.82% | - |
| HSV(B) | 199.2º | 0.3% | 0.96% | - |
| XYZ | 59.55 | 67.55 | 97.09 | - |
| YUV | 209.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 246 | 0.30 | 0.10 | 0 | 0.04 | 199.2 | 0.81 | 0.82 |
| Hex | AB | DE | F6 | 1E | A | 0 | 4 | C7 | 51 | 52 |
| Octal | 253 | 336 | 366 | 36 | 12 | 0 | 4 | 307 | 121 | 122 |
| Binary | 10101011 | 11011110 | 11110110 | 11110 | 1010 | 0 | 100 | 11000111 | 1010001 | 1010010 |
Color Harmonies of #ABDEF6
Complementary color
Monochromatic Colors of #ABDEF6
Black with #ABDEF6
Text Example
Text Example
White with #ABDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEF6; }
p { color: rgb(171,222,246); }
H1.HeaderClassName
{
color: #ABDEF6;
}
.AnyTagClassName
{
color: #ABDEF6;
}
</style>
background-color css
<style>
a { background-color: #ABDEF6; }
a { background-color: rgb(171,222,246); }
div.DivClassName
{
background-color: #ABDEF6;
}
.BgClassName
{
background-color: #ABDEF6;
}
</style>
border-color css
<style>
span { border-color: #ABDEF6; }
span { border-color: rgb(171,222,246); }
td.TdClassName
{
border-color: #ABDEF6;
}
.TagClassName
{
border-color: #ABDEF6;
}
</style>