Shades of Powder Blue #AFE0DF
Tints of Powder Blue #AFE0DF
RGB
CMYK
RGB Variations
Color information
#AFE0DF (or 0xAFE0DF) is known color: Powder Blue. HEX triplet: AF, E0 and DF. RGB value is (175,224,223). Sum of RGB (Red+Green+Blue) = 175+224+223=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DF is #501F20. Grayscale: #D1D1D1. Windows color (decimal): -5250849 or 14672047. OLE color: 14672047.
HSL color Cylindrical-coordinate representation of color #AFE0DF: hue angle of 178.78º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0DF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 223 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.12 |
| HSL | 178.78º | 0.44% | 0.78% | - |
| HSV(B) | 178.78º | 0.22% | 0.88% | - |
| XYZ | 57.65 | 67.75 | 79.85 | - |
| YUV | 209.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 223 | 0.22 | 0 | 0.00 | 0.12 | 178.78 | 0.44 | 0.78 |
| Hex | AF | E0 | DF | 16 | 0 | 0 | C | B3 | 2C | 4E |
| Octal | 257 | 340 | 337 | 26 | 0 | 0 | 14 | 263 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11011111 | 10110 | 0 | 0 | 1100 | 10110011 | 101100 | 1001110 |
Color Harmonies of #AFE0DF
Complementary color
Monochromatic Colors of #AFE0DF
Black with #AFE0DF
Text Example
Text Example
White with #AFE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0DF; }
p { color: rgb(175,224,223); }
H1.HeaderClassName
{
color: #AFE0DF;
}
.AnyTagClassName
{
color: #AFE0DF;
}
</style>
background-color css
<style>
a { background-color: #AFE0DF; }
a { background-color: rgb(175,224,223); }
div.DivClassName
{
background-color: #AFE0DF;
}
.BgClassName
{
background-color: #AFE0DF;
}
</style>
border-color css
<style>
span { border-color: #AFE0DF; }
span { border-color: rgb(175,224,223); }
td.TdClassName
{
border-color: #AFE0DF;
}
.TagClassName
{
border-color: #AFE0DF;
}
</style>