Shades of Powder Blue #AFE2DF
Tints of Powder Blue #AFE2DF
RGB
CMYK
RGB Variations
Color information
#AFE2DF (or 0xAFE2DF) is known color: Powder Blue. HEX triplet: AF, E2 and DF. RGB value is (175,226,223). Sum of RGB (Red+Green+Blue) = 175+226+223=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2DF is #501D20. Grayscale: #D2D2D2. Windows color (decimal): -5250337 or 14672559. OLE color: 14672559.
HSL color Cylindrical-coordinate representation of color #AFE2DF: hue angle of 176.47º degrees, saturation: 0.47, 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 #AFE2DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 223 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.11 |
| HSL | 176.47º | 0.47% | 0.79% | - |
| HSV(B) | 176.47º | 0.23% | 0.89% | - |
| XYZ | 58.19 | 68.83 | 80.03 | - |
| YUV | 210.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 223 | 0.23 | 0 | 0.01 | 0.11 | 176.47 | 0.47 | 0.79 |
| Hex | AF | E2 | DF | 17 | 0 | 1 | B | B0 | 2F | 4F |
| Octal | 257 | 342 | 337 | 27 | 0 | 1 | 13 | 260 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11011111 | 10111 | 0 | 1 | 1011 | 10110000 | 101111 | 1001111 |
Color Harmonies of #AFE2DF
Complementary color
Monochromatic Colors of #AFE2DF
Black with #AFE2DF
Text Example
Text Example
White with #AFE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2DF; }
p { color: rgb(175,226,223); }
H1.HeaderClassName
{
color: #AFE2DF;
}
.AnyTagClassName
{
color: #AFE2DF;
}
</style>
background-color css
<style>
a { background-color: #AFE2DF; }
a { background-color: rgb(175,226,223); }
div.DivClassName
{
background-color: #AFE2DF;
}
.BgClassName
{
background-color: #AFE2DF;
}
</style>
border-color css
<style>
span { border-color: #AFE2DF; }
span { border-color: rgb(175,226,223); }
td.TdClassName
{
border-color: #AFE2DF;
}
.TagClassName
{
border-color: #AFE2DF;
}
</style>