Shades of Powder Blue #A8E5E4
Tints of Powder Blue #A8E5E4
RGB
CMYK
RGB Variations
Color information
#A8E5E4 (or 0xA8E5E4) is known color: Powder Blue. HEX triplet: A8, E5 and E4. RGB value is (168,229,228). Sum of RGB (Red+Green+Blue) = 168+229+228=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E5E4 is #571A1B. Grayscale: #D2D2D2. Windows color (decimal): -5708316 or 15001000. OLE color: 15001000.
HSL color Cylindrical-coordinate representation of color #A8E5E4: hue angle of 179.02º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E5E4 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 168 | 229 | 228 | - |
CMYK | 0.27 | 0 | 0.00 | 0.10 |
HSL | 179.02º | 0.54% | 0.78% | - |
HSV(B) | 179.02º | 0.27% | 0.9% | - |
XYZ | 58.17 | 69.96 | 83.84 | - |
YUV | 210.65 | 137.79 | 97.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 229 | 228 | 0.27 | 0 | 0.00 | 0.10 | 179.02 | 0.54 | 0.78 |
Hex | A8 | E5 | E4 | 1B | 0 | 0 | A | B3 | 36 | 4E |
Octal | 250 | 345 | 344 | 33 | 0 | 0 | 12 | 263 | 66 | 116 |
Binary | 10101000 | 11100101 | 11100100 | 11011 | 0 | 0 | 1010 | 10110011 | 110110 | 1001110 |
Color Harmonies of #A8E5E4
Complementary color
Monochromatic Colors of #A8E5E4
Black with #A8E5E4
Text Example
Text Example
White with #A8E5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E5E4; }
p { color: rgb(168,229,228); }
H1.HeaderClassName
{
color: #A8E5E4;
}
.AnyTagClassName
{
color: #A8E5E4;
}
</style>
background-color css
<style>
a { background-color: #A8E5E4; }
a { background-color: rgb(168,229,228); }
div.DivClassName
{
background-color: #A8E5E4;
}
.BgClassName
{
background-color: #A8E5E4;
}
</style>
border-color css
<style>
span { border-color: #A8E5E4; }
span { border-color: rgb(168,229,228); }
td.TdClassName
{
border-color: #A8E5E4;
}
.TagClassName
{
border-color: #A8E5E4;
}
</style>