Shades of Powder Blue #AFE3EC
Tints of Powder Blue #AFE3EC
RGB
CMYK
RGB Variations
Color information
#AFE3EC (or 0xAFE3EC) is known color: Powder Blue. HEX triplet: AF, E3 and EC. RGB value is (175,227,236). Sum of RGB (Red+Green+Blue) = 175+227+236=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE3EC is #501C13. Grayscale: #D4D4D4. Windows color (decimal): -5250068 or 15524783. OLE color: 15524783.
HSL color Cylindrical-coordinate representation of color #AFE3EC: hue angle of 188.85º 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 #AFE3EC is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 227 | 236 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.07 |
| HSL | 188.85º | 0.62% | 0.81% | - |
| HSV(B) | 188.85º | 0.26% | 0.93% | - |
| XYZ | 60.29 | 70.11 | 89.71 | - |
| YUV | 212.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 236 | 0.26 | 0.04 | 0 | 0.07 | 188.85 | 0.62 | 0.81 |
| Hex | AF | E3 | EC | 1A | 4 | 0 | 7 | BD | 3E | 51 |
| Octal | 257 | 343 | 354 | 32 | 4 | 0 | 7 | 275 | 76 | 121 |
| Binary | 10101111 | 11100011 | 11101100 | 11010 | 100 | 0 | 111 | 10111101 | 111110 | 1010001 |
Color Harmonies of #AFE3EC
Complementary color
Monochromatic Colors of #AFE3EC
Black with #AFE3EC
Text Example
Text Example
White with #AFE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3EC; }
p { color: rgb(175,227,236); }
H1.HeaderClassName
{
color: #AFE3EC;
}
.AnyTagClassName
{
color: #AFE3EC;
}
</style>
background-color css
<style>
a { background-color: #AFE3EC; }
a { background-color: rgb(175,227,236); }
div.DivClassName
{
background-color: #AFE3EC;
}
.BgClassName
{
background-color: #AFE3EC;
}
</style>
border-color css
<style>
span { border-color: #AFE3EC; }
span { border-color: rgb(175,227,236); }
td.TdClassName
{
border-color: #AFE3EC;
}
.TagClassName
{
border-color: #AFE3EC;
}
</style>