Shades of Powder Blue #A8E0E4
Tints of Powder Blue #A8E0E4
RGB
CMYK
RGB Variations
Color information
#A8E0E4 (or 0xA8E0E4) is known color: Powder Blue. HEX triplet: A8, E0 and E4. RGB value is (168,224,228). Sum of RGB (Red+Green+Blue) = 168+224+228=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8E0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0E4 is #571F1B. Grayscale: #CFCFCF. Windows color (decimal): -5709596 or 14999720. OLE color: 14999720.
HSL color Cylindrical-coordinate representation of color #A8E0E4: hue angle of 184º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E0E4 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 224 | 228 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.11 |
| HSL | 184º | 0.53% | 0.78% | - |
| HSV(B) | 184º | 0.26% | 0.89% | - |
| XYZ | 56.81 | 67.24 | 83.38 | - |
| YUV | 207.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 228 | 0.26 | 0.02 | 0 | 0.11 | 184 | 0.53 | 0.78 |
| Hex | A8 | E0 | E4 | 1A | 2 | 0 | B | B8 | 35 | 4E |
| Octal | 250 | 340 | 344 | 32 | 2 | 0 | 13 | 270 | 65 | 116 |
| Binary | 10101000 | 11100000 | 11100100 | 11010 | 10 | 0 | 1011 | 10111000 | 110101 | 1001110 |
Color Harmonies of #A8E0E4
Complementary color
Monochromatic Colors of #A8E0E4
Black with #A8E0E4
Text Example
Text Example
White with #A8E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0E4; }
p { color: rgb(168,224,228); }
H1.HeaderClassName
{
color: #A8E0E4;
}
.AnyTagClassName
{
color: #A8E0E4;
}
</style>
background-color css
<style>
a { background-color: #A8E0E4; }
a { background-color: rgb(168,224,228); }
div.DivClassName
{
background-color: #A8E0E4;
}
.BgClassName
{
background-color: #A8E0E4;
}
</style>
border-color css
<style>
span { border-color: #A8E0E4; }
span { border-color: rgb(168,224,228); }
td.TdClassName
{
border-color: #A8E0E4;
}
.TagClassName
{
border-color: #A8E0E4;
}
</style>