Shades of Powder Blue #AFE0EC
Tints of Powder Blue #AFE0EC
RGB
CMYK
RGB Variations
Color information
#AFE0EC (or 0xAFE0EC) is known color: Powder Blue. HEX triplet: AF, E0 and EC. RGB value is (175,224,236). Sum of RGB (Red+Green+Blue) = 175+224+236=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE0EC is #501F13. Grayscale: #D2D2D2. Windows color (decimal): -5250836 or 15524015. OLE color: 15524015.
HSL color Cylindrical-coordinate representation of color #AFE0EC: hue angle of 191.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE0EC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 224 | 236 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 191.8º | 0.62% | 0.81% | - |
| HSV(B) | 191.8º | 0.26% | 0.93% | - |
| XYZ | 59.48 | 68.48 | 89.44 | - |
| YUV | 210.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 236 | 0.26 | 0.05 | 0 | 0.07 | 191.8 | 0.62 | 0.81 |
| Hex | AF | E0 | EC | 1A | 5 | 0 | 7 | C0 | 3E | 51 |
| Octal | 257 | 340 | 354 | 32 | 5 | 0 | 7 | 300 | 76 | 121 |
| Binary | 10101111 | 11100000 | 11101100 | 11010 | 101 | 0 | 111 | 11000000 | 111110 | 1010001 |
Color Harmonies of #AFE0EC
Complementary color
Monochromatic Colors of #AFE0EC
Black with #AFE0EC
Text Example
Text Example
White with #AFE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0EC; }
p { color: rgb(175,224,236); }
H1.HeaderClassName
{
color: #AFE0EC;
}
.AnyTagClassName
{
color: #AFE0EC;
}
</style>
background-color css
<style>
a { background-color: #AFE0EC; }
a { background-color: rgb(175,224,236); }
div.DivClassName
{
background-color: #AFE0EC;
}
.BgClassName
{
background-color: #AFE0EC;
}
</style>
border-color css
<style>
span { border-color: #AFE0EC; }
span { border-color: rgb(175,224,236); }
td.TdClassName
{
border-color: #AFE0EC;
}
.TagClassName
{
border-color: #AFE0EC;
}
</style>