Shades of Powder Blue #AFE7EC
Tints of Powder Blue #AFE7EC
RGB
CMYK
RGB Variations
Color information
#AFE7EC (or 0xAFE7EC) is known color: Powder Blue. HEX triplet: AF, E7 and EC. RGB value is (175,231,236). Sum of RGB (Red+Green+Blue) = 175+231+236=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7EC is #501813. Grayscale: #D6D6D6. Windows color (decimal): -5249044 or 15525807. OLE color: 15525807.
HSL color Cylindrical-coordinate representation of color #AFE7EC: hue angle of 184.92º 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 #AFE7EC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 231 | 236 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.07 |
| HSL | 184.92º | 0.62% | 0.81% | - |
| HSV(B) | 184.92º | 0.26% | 0.93% | - |
| XYZ | 61.4 | 72.32 | 90.08 | - |
| YUV | 214.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 236 | 0.26 | 0.02 | 0 | 0.07 | 184.92 | 0.62 | 0.81 |
| Hex | AF | E7 | EC | 1A | 2 | 0 | 7 | B9 | 3E | 51 |
| Octal | 257 | 347 | 354 | 32 | 2 | 0 | 7 | 271 | 76 | 121 |
| Binary | 10101111 | 11100111 | 11101100 | 11010 | 10 | 0 | 111 | 10111001 | 111110 | 1010001 |
Color Harmonies of #AFE7EC
Complementary color
Monochromatic Colors of #AFE7EC
Black with #AFE7EC
Text Example
Text Example
White with #AFE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7EC; }
p { color: rgb(175,231,236); }
H1.HeaderClassName
{
color: #AFE7EC;
}
.AnyTagClassName
{
color: #AFE7EC;
}
</style>
background-color css
<style>
a { background-color: #AFE7EC; }
a { background-color: rgb(175,231,236); }
div.DivClassName
{
background-color: #AFE7EC;
}
.BgClassName
{
background-color: #AFE7EC;
}
</style>
border-color css
<style>
span { border-color: #AFE7EC; }
span { border-color: rgb(175,231,236); }
td.TdClassName
{
border-color: #AFE7EC;
}
.TagClassName
{
border-color: #AFE7EC;
}
</style>