Shades of Powder Blue #A8E2E3
Tints of Powder Blue #A8E2E3
RGB
CMYK
RGB Variations
Color information
#A8E2E3 (or 0xA8E2E3) is known color: Powder Blue. HEX triplet: A8, E2 and E3. RGB value is (168,226,227). Sum of RGB (Red+Green+Blue) = 168+226+227=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 226 (88.67% from 255 or 36.39% 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 #A8E2E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E2E3 is #571D1C. Grayscale: #D0D0D0. Windows color (decimal): -5709085 or 14934696. OLE color: 14934696.
HSL color Cylindrical-coordinate representation of color #A8E2E3: hue angle of 181.02º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E2E3 is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 227 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.11 |
| HSL | 181.02º | 0.51% | 0.77% | - |
| HSV(B) | 181.02º | 0.26% | 0.89% | - |
| XYZ | 57.21 | 68.26 | 82.83 | - |
| YUV | 208.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 227 | 0.26 | 0.00 | 0 | 0.11 | 181.02 | 0.51 | 0.77 |
| Hex | A8 | E2 | E3 | 1A | 0 | 0 | B | B5 | 33 | 4D |
| Octal | 250 | 342 | 343 | 32 | 0 | 0 | 13 | 265 | 63 | 115 |
| Binary | 10101000 | 11100010 | 11100011 | 11010 | 0 | 0 | 1011 | 10110101 | 110011 | 1001101 |
Color Harmonies of #A8E2E3
Complementary color
Monochromatic Colors of #A8E2E3
Black with #A8E2E3
Text Example
Text Example
White with #A8E2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E2E3; }
p { color: rgb(168,226,227); }
H1.HeaderClassName
{
color: #A8E2E3;
}
.AnyTagClassName
{
color: #A8E2E3;
}
</style>
background-color css
<style>
a { background-color: #A8E2E3; }
a { background-color: rgb(168,226,227); }
div.DivClassName
{
background-color: #A8E2E3;
}
.BgClassName
{
background-color: #A8E2E3;
}
</style>
border-color css
<style>
span { border-color: #A8E2E3; }
span { border-color: rgb(168,226,227); }
td.TdClassName
{
border-color: #A8E2E3;
}
.TagClassName
{
border-color: #A8E2E3;
}
</style>