Shades of Powder Blue #ABE2E6
Tints of Powder Blue #ABE2E6
RGB
CMYK
RGB Variations
Color information
#ABE2E6 (or 0xABE2E6) is known color: Powder Blue. HEX triplet: AB, E2 and E6. RGB value is (171,226,230). Sum of RGB (Red+Green+Blue) = 171+226+230=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABE2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2E6 is #541D19. Grayscale: #D1D1D1. Windows color (decimal): -5512474 or 15131307. OLE color: 15131307.
HSL color Cylindrical-coordinate representation of color #ABE2E6: hue angle of 184.07º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE2E6 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 226 | 230 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.10 |
| HSL | 184.07º | 0.54% | 0.79% | - |
| HSV(B) | 184.07º | 0.26% | 0.9% | - |
| XYZ | 58.27 | 68.76 | 85.06 | - |
| YUV | 210.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 230 | 0.26 | 0.02 | 0 | 0.10 | 184.07 | 0.54 | 0.79 |
| Hex | AB | E2 | E6 | 1A | 2 | 0 | A | B8 | 36 | 4F |
| Octal | 253 | 342 | 346 | 32 | 2 | 0 | 12 | 270 | 66 | 117 |
| Binary | 10101011 | 11100010 | 11100110 | 11010 | 10 | 0 | 1010 | 10111000 | 110110 | 1001111 |
Color Harmonies of #ABE2E6
Complementary color
Monochromatic Colors of #ABE2E6
Black with #ABE2E6
Text Example
Text Example
White with #ABE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2E6; }
p { color: rgb(171,226,230); }
H1.HeaderClassName
{
color: #ABE2E6;
}
.AnyTagClassName
{
color: #ABE2E6;
}
</style>
background-color css
<style>
a { background-color: #ABE2E6; }
a { background-color: rgb(171,226,230); }
div.DivClassName
{
background-color: #ABE2E6;
}
.BgClassName
{
background-color: #ABE2E6;
}
</style>
border-color css
<style>
span { border-color: #ABE2E6; }
span { border-color: rgb(171,226,230); }
td.TdClassName
{
border-color: #ABE2E6;
}
.TagClassName
{
border-color: #ABE2E6;
}
</style>