Shades of Powder Blue #AFE4E3
Tints of Powder Blue #AFE4E3
RGB
CMYK
RGB Variations
Color information
#AFE4E3 (or 0xAFE4E3) is known color: Powder Blue. HEX triplet: AF, E4 and E3. RGB value is (175,228,227). Sum of RGB (Red+Green+Blue) = 175+228+227=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4E3 is #501B1C. Grayscale: #D3D3D3. Windows color (decimal): -5249821 or 14935215. OLE color: 14935215.
HSL color Cylindrical-coordinate representation of color #AFE4E3: hue angle of 178.87º degrees, saturation: 0.5, 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 #AFE4E3 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 227 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.11 |
| HSL | 178.87º | 0.5% | 0.79% | - |
| HSV(B) | 178.87º | 0.23% | 0.89% | - |
| XYZ | 59.29 | 70.15 | 83.09 | - |
| YUV | 212.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 227 | 0.23 | 0 | 0.00 | 0.11 | 178.87 | 0.5 | 0.79 |
| Hex | AF | E4 | E3 | 17 | 0 | 0 | B | B3 | 32 | 4F |
| Octal | 257 | 344 | 343 | 27 | 0 | 0 | 13 | 263 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11100011 | 10111 | 0 | 0 | 1011 | 10110011 | 110010 | 1001111 |
Color Harmonies of #AFE4E3
Complementary color
Monochromatic Colors of #AFE4E3
Black with #AFE4E3
Text Example
Text Example
White with #AFE4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4E3; }
p { color: rgb(175,228,227); }
H1.HeaderClassName
{
color: #AFE4E3;
}
.AnyTagClassName
{
color: #AFE4E3;
}
</style>
background-color css
<style>
a { background-color: #AFE4E3; }
a { background-color: rgb(175,228,227); }
div.DivClassName
{
background-color: #AFE4E3;
}
.BgClassName
{
background-color: #AFE4E3;
}
</style>
border-color css
<style>
span { border-color: #AFE4E3; }
span { border-color: rgb(175,228,227); }
td.TdClassName
{
border-color: #AFE4E3;
}
.TagClassName
{
border-color: #AFE4E3;
}
</style>