Shades of Powder Blue #ABDFE3
Tints of Powder Blue #ABDFE3
RGB
CMYK
RGB Variations
Color information
#ABDFE3 (or 0xABDFE3) is known color: Powder Blue. HEX triplet: AB, DF and E3. RGB value is (171,223,227). Sum of RGB (Red+Green+Blue) = 171+223+227=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE3 is #54201C. Grayscale: #CFCFCF. Windows color (decimal): -5513245 or 14933931. OLE color: 14933931.
HSL color Cylindrical-coordinate representation of color #ABDFE3: hue angle of 184.29º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABDFE3 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 223 | 227 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 184.29º | 0.5% | 0.78% | - |
| HSV(B) | 184.29º | 0.25% | 0.89% | - |
| XYZ | 57.05 | 66.98 | 82.59 | - |
| YUV | 207.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 227 | 0.25 | 0.02 | 0 | 0.11 | 184.29 | 0.5 | 0.78 |
| Hex | AB | DF | E3 | 19 | 2 | 0 | B | B8 | 32 | 4E |
| Octal | 253 | 337 | 343 | 31 | 2 | 0 | 13 | 270 | 62 | 116 |
| Binary | 10101011 | 11011111 | 11100011 | 11001 | 10 | 0 | 1011 | 10111000 | 110010 | 1001110 |
Color Harmonies of #ABDFE3
Complementary color
Monochromatic Colors of #ABDFE3
Black with #ABDFE3
Text Example
Text Example
White with #ABDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFE3; }
p { color: rgb(171,223,227); }
H1.HeaderClassName
{
color: #ABDFE3;
}
.AnyTagClassName
{
color: #ABDFE3;
}
</style>
background-color css
<style>
a { background-color: #ABDFE3; }
a { background-color: rgb(171,223,227); }
div.DivClassName
{
background-color: #ABDFE3;
}
.BgClassName
{
background-color: #ABDFE3;
}
</style>
border-color css
<style>
span { border-color: #ABDFE3; }
span { border-color: rgb(171,223,227); }
td.TdClassName
{
border-color: #ABDFE3;
}
.TagClassName
{
border-color: #ABDFE3;
}
</style>