Shades of Powder Blue #AFE6EC
Tints of Powder Blue #AFE6EC
RGB
CMYK
RGB Variations
Color information
#AFE6EC (or 0xAFE6EC) is known color: Powder Blue. HEX triplet: AF, E6 and EC. RGB value is (175,230,236). Sum of RGB (Red+Green+Blue) = 175+230+236=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6EC is #501913. Grayscale: #D6D6D6. Windows color (decimal): -5249300 or 15525551. OLE color: 15525551.
HSL color Cylindrical-coordinate representation of color #AFE6EC: hue angle of 185.9º 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 #AFE6EC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 230 | 236 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.07 |
| HSL | 185.9º | 0.62% | 0.81% | - |
| HSV(B) | 185.9º | 0.26% | 0.93% | - |
| XYZ | 61.12 | 71.76 | 89.99 | - |
| YUV | 214.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 236 | 0.26 | 0.03 | 0 | 0.07 | 185.9 | 0.62 | 0.81 |
| Hex | AF | E6 | EC | 1A | 3 | 0 | 7 | BA | 3E | 51 |
| Octal | 257 | 346 | 354 | 32 | 3 | 0 | 7 | 272 | 76 | 121 |
| Binary | 10101111 | 11100110 | 11101100 | 11010 | 11 | 0 | 111 | 10111010 | 111110 | 1010001 |
Color Harmonies of #AFE6EC
Complementary color
Monochromatic Colors of #AFE6EC
Black with #AFE6EC
Text Example
Text Example
White with #AFE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6EC; }
p { color: rgb(175,230,236); }
H1.HeaderClassName
{
color: #AFE6EC;
}
.AnyTagClassName
{
color: #AFE6EC;
}
</style>
background-color css
<style>
a { background-color: #AFE6EC; }
a { background-color: rgb(175,230,236); }
div.DivClassName
{
background-color: #AFE6EC;
}
.BgClassName
{
background-color: #AFE6EC;
}
</style>
border-color css
<style>
span { border-color: #AFE6EC; }
span { border-color: rgb(175,230,236); }
td.TdClassName
{
border-color: #AFE6EC;
}
.TagClassName
{
border-color: #AFE6EC;
}
</style>