Shades of Powder Blue #AFE3E2
Tints of Powder Blue #AFE3E2
RGB
CMYK
RGB Variations
Color information
#AFE3E2 (or 0xAFE3E2) is known color: Powder Blue. HEX triplet: AF, E3 and E2. RGB value is (175,227,226). Sum of RGB (Red+Green+Blue) = 175+227+226=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3E2 is #501C1D. Grayscale: #D3D3D3. Windows color (decimal): -5250078 or 14869423. OLE color: 14869423.
HSL color Cylindrical-coordinate representation of color #AFE3E2: hue angle of 178.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3E2 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 226 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.11 |
| HSL | 178.85º | 0.48% | 0.79% | - |
| HSV(B) | 178.85º | 0.23% | 0.89% | - |
| XYZ | 58.88 | 69.54 | 82.27 | - |
| YUV | 211.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 226 | 0.23 | 0 | 0.00 | 0.11 | 178.85 | 0.48 | 0.79 |
| Hex | AF | E3 | E2 | 17 | 0 | 0 | B | B3 | 30 | 4F |
| Octal | 257 | 343 | 342 | 27 | 0 | 0 | 13 | 263 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11100010 | 10111 | 0 | 0 | 1011 | 10110011 | 110000 | 1001111 |
Color Harmonies of #AFE3E2
Complementary color
Monochromatic Colors of #AFE3E2
Black with #AFE3E2
Text Example
Text Example
White with #AFE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3E2; }
p { color: rgb(175,227,226); }
H1.HeaderClassName
{
color: #AFE3E2;
}
.AnyTagClassName
{
color: #AFE3E2;
}
</style>
background-color css
<style>
a { background-color: #AFE3E2; }
a { background-color: rgb(175,227,226); }
div.DivClassName
{
background-color: #AFE3E2;
}
.BgClassName
{
background-color: #AFE3E2;
}
</style>
border-color css
<style>
span { border-color: #AFE3E2; }
span { border-color: rgb(175,227,226); }
td.TdClassName
{
border-color: #AFE3E2;
}
.TagClassName
{
border-color: #AFE3E2;
}
</style>