Shades of Light Blue #ABDFEC
Tints of Light Blue #ABDFEC
RGB
CMYK
RGB Variations
Color information
#ABDFEC (or 0xABDFEC) is known color: Light Blue. HEX triplet: AB, DF and EC. RGB value is (171,223,236). Sum of RGB (Red+Green+Blue) = 171+223+236=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEC is #542013. Grayscale: #D0D0D0. Windows color (decimal): -5513236 or 15523755. OLE color: 15523755.
HSL color Cylindrical-coordinate representation of color #ABDFEC: hue angle of 192º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABDFEC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 223 | 236 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.07 |
| HSL | 192º | 0.63% | 0.8% | - |
| HSV(B) | 192º | 0.28% | 0.93% | - |
| XYZ | 58.32 | 67.49 | 89.31 | - |
| YUV | 208.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 236 | 0.28 | 0.06 | 0 | 0.07 | 192 | 0.63 | 0.8 |
| Hex | AB | DF | EC | 1C | 6 | 0 | 7 | C0 | 3F | 50 |
| Octal | 253 | 337 | 354 | 34 | 6 | 0 | 7 | 300 | 77 | 120 |
| Binary | 10101011 | 11011111 | 11101100 | 11100 | 110 | 0 | 111 | 11000000 | 111111 | 1010000 |
Color Harmonies of #ABDFEC
Complementary color
Monochromatic Colors of #ABDFEC
Black with #ABDFEC
Text Example
Text Example
White with #ABDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFEC; }
p { color: rgb(171,223,236); }
H1.HeaderClassName
{
color: #ABDFEC;
}
.AnyTagClassName
{
color: #ABDFEC;
}
</style>
background-color css
<style>
a { background-color: #ABDFEC; }
a { background-color: rgb(171,223,236); }
div.DivClassName
{
background-color: #ABDFEC;
}
.BgClassName
{
background-color: #ABDFEC;
}
</style>
border-color css
<style>
span { border-color: #ABDFEC; }
span { border-color: rgb(171,223,236); }
td.TdClassName
{
border-color: #ABDFEC;
}
.TagClassName
{
border-color: #ABDFEC;
}
</style>