Shades of Powder Blue #ABDFEA
Tints of Powder Blue #ABDFEA
RGB
CMYK
RGB Variations
Color information
#ABDFEA (or 0xABDFEA) is known color: Powder Blue. HEX triplet: AB, DF and EA. RGB value is (171,223,234). Sum of RGB (Red+Green+Blue) = 171+223+234=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEA is #542015. Grayscale: #D0D0D0. Windows color (decimal): -5513238 or 15392683. OLE color: 15392683.
HSL color Cylindrical-coordinate representation of color #ABDFEA: hue angle of 190.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDFEA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 223 | 234 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.08 |
| HSL | 190.48º | 0.6% | 0.79% | - |
| HSV(B) | 190.48º | 0.27% | 0.92% | - |
| XYZ | 58.03 | 67.37 | 87.79 | - |
| YUV | 208.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 234 | 0.27 | 0.05 | 0 | 0.08 | 190.48 | 0.6 | 0.79 |
| Hex | AB | DF | EA | 1B | 5 | 0 | 8 | BE | 3C | 4F |
| Octal | 253 | 337 | 352 | 33 | 5 | 0 | 10 | 276 | 74 | 117 |
| Binary | 10101011 | 11011111 | 11101010 | 11011 | 101 | 0 | 1000 | 10111110 | 111100 | 1001111 |
Color Harmonies of #ABDFEA
Complementary color
Monochromatic Colors of #ABDFEA
Black with #ABDFEA
Text Example
Text Example
White with #ABDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFEA; }
p { color: rgb(171,223,234); }
H1.HeaderClassName
{
color: #ABDFEA;
}
.AnyTagClassName
{
color: #ABDFEA;
}
</style>
background-color css
<style>
a { background-color: #ABDFEA; }
a { background-color: rgb(171,223,234); }
div.DivClassName
{
background-color: #ABDFEA;
}
.BgClassName
{
background-color: #ABDFEA;
}
</style>
border-color css
<style>
span { border-color: #ABDFEA; }
span { border-color: rgb(171,223,234); }
td.TdClassName
{
border-color: #ABDFEA;
}
.TagClassName
{
border-color: #ABDFEA;
}
</style>