Shades of Powder Blue #AFE1E5
Tints of Powder Blue #AFE1E5
RGB
CMYK
RGB Variations
Color information
#AFE1E5 (or 0xAFE1E5) is known color: Powder Blue. HEX triplet: AF, E1 and E5. RGB value is (175,225,229). Sum of RGB (Red+Green+Blue) = 175+225+229=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1E5 is #501E1A. Grayscale: #D2D2D2. Windows color (decimal): -5250587 or 15065519. OLE color: 15065519.
HSL color Cylindrical-coordinate representation of color #AFE1E5: hue angle of 184.44º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE1E5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 225 | 229 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.10 |
| HSL | 184.44º | 0.51% | 0.79% | - |
| HSV(B) | 184.44º | 0.24% | 0.9% | - |
| XYZ | 58.75 | 68.62 | 84.28 | - |
| YUV | 210.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 229 | 0.24 | 0.02 | 0 | 0.10 | 184.44 | 0.51 | 0.79 |
| Hex | AF | E1 | E5 | 18 | 2 | 0 | A | B8 | 33 | 4F |
| Octal | 257 | 341 | 345 | 30 | 2 | 0 | 12 | 270 | 63 | 117 |
| Binary | 10101111 | 11100001 | 11100101 | 11000 | 10 | 0 | 1010 | 10111000 | 110011 | 1001111 |
Color Harmonies of #AFE1E5
Complementary color
Monochromatic Colors of #AFE1E5
Black with #AFE1E5
Text Example
Text Example
White with #AFE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1E5; }
p { color: rgb(175,225,229); }
H1.HeaderClassName
{
color: #AFE1E5;
}
.AnyTagClassName
{
color: #AFE1E5;
}
</style>
background-color css
<style>
a { background-color: #AFE1E5; }
a { background-color: rgb(175,225,229); }
div.DivClassName
{
background-color: #AFE1E5;
}
.BgClassName
{
background-color: #AFE1E5;
}
</style>
border-color css
<style>
span { border-color: #AFE1E5; }
span { border-color: rgb(175,225,229); }
td.TdClassName
{
border-color: #AFE1E5;
}
.TagClassName
{
border-color: #AFE1E5;
}
</style>