Shades of Powder Blue #ABDFE2
Tints of Powder Blue #ABDFE2
RGB
CMYK
RGB Variations
Color information
#ABDFE2 (or 0xABDFE2) is known color: Powder Blue. HEX triplet: AB, DF and E2. RGB value is (171,223,226). Sum of RGB (Red+Green+Blue) = 171+223+226=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABDFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE2 is #54201D. Grayscale: #CFCFCF. Windows color (decimal): -5513246 or 14868395. OLE color: 14868395.
HSL color Cylindrical-coordinate representation of color #ABDFE2: hue angle of 183.27º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDFE2 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 223 | 226 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.11 |
| HSL | 183.27º | 0.49% | 0.78% | - |
| HSV(B) | 183.27º | 0.24% | 0.89% | - |
| XYZ | 56.91 | 66.92 | 81.87 | - |
| YUV | 207.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 226 | 0.24 | 0.01 | 0 | 0.11 | 183.27 | 0.49 | 0.78 |
| Hex | AB | DF | E2 | 18 | 1 | 0 | B | B7 | 31 | 4E |
| Octal | 253 | 337 | 342 | 30 | 1 | 0 | 13 | 267 | 61 | 116 |
| Binary | 10101011 | 11011111 | 11100010 | 11000 | 1 | 0 | 1011 | 10110111 | 110001 | 1001110 |
Color Harmonies of #ABDFE2
Complementary color
Monochromatic Colors of #ABDFE2
Black with #ABDFE2
Text Example
Text Example
White with #ABDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFE2; }
p { color: rgb(171,223,226); }
H1.HeaderClassName
{
color: #ABDFE2;
}
.AnyTagClassName
{
color: #ABDFE2;
}
</style>
background-color css
<style>
a { background-color: #ABDFE2; }
a { background-color: rgb(171,223,226); }
div.DivClassName
{
background-color: #ABDFE2;
}
.BgClassName
{
background-color: #ABDFE2;
}
</style>
border-color css
<style>
span { border-color: #ABDFE2; }
span { border-color: rgb(171,223,226); }
td.TdClassName
{
border-color: #ABDFE2;
}
.TagClassName
{
border-color: #ABDFE2;
}
</style>