Shades of Powder Blue #AFE1DE
Tints of Powder Blue #AFE1DE
RGB
CMYK
RGB Variations
Color information
#AFE1DE (or 0xAFE1DE) is known color: Powder Blue. HEX triplet: AF, E1 and DE. RGB value is (175,225,222). Sum of RGB (Red+Green+Blue) = 175+225+222=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DE is #501E21. Grayscale: #D1D1D1. Windows color (decimal): -5250594 or 14606767. OLE color: 14606767.
HSL color Cylindrical-coordinate representation of color #AFE1DE: hue angle of 176.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE1DE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 222 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.12 |
| HSL | 176.4º | 0.45% | 0.78% | - |
| HSV(B) | 176.4º | 0.22% | 0.88% | - |
| XYZ | 57.79 | 68.24 | 79.23 | - |
| YUV | 209.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 222 | 0.22 | 0 | 0.01 | 0.12 | 176.4 | 0.45 | 0.78 |
| Hex | AF | E1 | DE | 16 | 0 | 1 | C | B0 | 2D | 4E |
| Octal | 257 | 341 | 336 | 26 | 0 | 1 | 14 | 260 | 55 | 116 |
| Binary | 10101111 | 11100001 | 11011110 | 10110 | 0 | 1 | 1100 | 10110000 | 101101 | 1001110 |
Color Harmonies of #AFE1DE
Complementary color
Monochromatic Colors of #AFE1DE
Black with #AFE1DE
Text Example
Text Example
White with #AFE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1DE; }
p { color: rgb(175,225,222); }
H1.HeaderClassName
{
color: #AFE1DE;
}
.AnyTagClassName
{
color: #AFE1DE;
}
</style>
background-color css
<style>
a { background-color: #AFE1DE; }
a { background-color: rgb(175,225,222); }
div.DivClassName
{
background-color: #AFE1DE;
}
.BgClassName
{
background-color: #AFE1DE;
}
</style>
border-color css
<style>
span { border-color: #AFE1DE; }
span { border-color: rgb(175,225,222); }
td.TdClassName
{
border-color: #AFE1DE;
}
.TagClassName
{
border-color: #AFE1DE;
}
</style>