Shades of Powder Blue #A6E4E2
Tints of Powder Blue #A6E4E2
RGB
CMYK
RGB Variations
Color information
#A6E4E2 (or 0xA6E4E2) is known color: Powder Blue. HEX triplet: A6, E4 and E2. RGB value is (166,228,226). Sum of RGB (Red+Green+Blue) = 166+228+226=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E4E2 is #591B1D. Grayscale: #D1D1D1. Windows color (decimal): -5839646 or 14869670. OLE color: 14869670.
HSL color Cylindrical-coordinate representation of color #A6E4E2: hue angle of 178.06º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4E2 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 228 | 226 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.11 |
| HSL | 178.06º | 0.53% | 0.77% | - |
| HSV(B) | 178.06º | 0.27% | 0.89% | - |
| XYZ | 57.2 | 69.08 | 82.27 | - |
| YUV | 209.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 228 | 226 | 0.27 | 0 | 0.01 | 0.11 | 178.06 | 0.53 | 0.77 |
| Hex | A6 | E4 | E2 | 1B | 0 | 1 | B | B2 | 35 | 4D |
| Octal | 246 | 344 | 342 | 33 | 0 | 1 | 13 | 262 | 65 | 115 |
| Binary | 10100110 | 11100100 | 11100010 | 11011 | 0 | 1 | 1011 | 10110010 | 110101 | 1001101 |
Color Harmonies of #A6E4E2
Complementary color
Monochromatic Colors of #A6E4E2
Black with #A6E4E2
Text Example
Text Example
White with #A6E4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E4E2; }
p { color: rgb(166,228,226); }
H1.HeaderClassName
{
color: #A6E4E2;
}
.AnyTagClassName
{
color: #A6E4E2;
}
</style>
background-color css
<style>
a { background-color: #A6E4E2; }
a { background-color: rgb(166,228,226); }
div.DivClassName
{
background-color: #A6E4E2;
}
.BgClassName
{
background-color: #A6E4E2;
}
</style>
border-color css
<style>
span { border-color: #A6E4E2; }
span { border-color: rgb(166,228,226); }
td.TdClassName
{
border-color: #A6E4E2;
}
.TagClassName
{
border-color: #A6E4E2;
}
</style>