Shades of Powder Blue #AFE5E2
Tints of Powder Blue #AFE5E2
RGB
CMYK
RGB Variations
Color information
#AFE5E2 (or 0xAFE5E2) is known color: Powder Blue. HEX triplet: AF, E5 and E2. RGB value is (175,229,226). Sum of RGB (Red+Green+Blue) = 175+229+226=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5E2 is #501A1D. Grayscale: #D4D4D4. Windows color (decimal): -5249566 or 14869935. OLE color: 14869935.
HSL color Cylindrical-coordinate representation of color #AFE5E2: hue angle of 176.67º 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 #AFE5E2 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 226 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.10 |
| HSL | 176.67º | 0.51% | 0.79% | - |
| HSV(B) | 176.67º | 0.24% | 0.9% | - |
| XYZ | 59.43 | 70.64 | 82.46 | - |
| YUV | 212.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 226 | 0.24 | 0 | 0.01 | 0.10 | 176.67 | 0.51 | 0.79 |
| Hex | AF | E5 | E2 | 18 | 0 | 1 | A | B1 | 33 | 4F |
| Octal | 257 | 345 | 342 | 30 | 0 | 1 | 12 | 261 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11100010 | 11000 | 0 | 1 | 1010 | 10110001 | 110011 | 1001111 |
Color Harmonies of #AFE5E2
Complementary color
Monochromatic Colors of #AFE5E2
Black with #AFE5E2
Text Example
Text Example
White with #AFE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5E2; }
p { color: rgb(175,229,226); }
H1.HeaderClassName
{
color: #AFE5E2;
}
.AnyTagClassName
{
color: #AFE5E2;
}
</style>
background-color css
<style>
a { background-color: #AFE5E2; }
a { background-color: rgb(175,229,226); }
div.DivClassName
{
background-color: #AFE5E2;
}
.BgClassName
{
background-color: #AFE5E2;
}
</style>
border-color css
<style>
span { border-color: #AFE5E2; }
span { border-color: rgb(175,229,226); }
td.TdClassName
{
border-color: #AFE5E2;
}
.TagClassName
{
border-color: #AFE5E2;
}
</style>