Shades of Powder Blue #AFE0DD
Tints of Powder Blue #AFE0DD
RGB
CMYK
RGB Variations
Color information
#AFE0DD (or 0xAFE0DD) is known color: Powder Blue. HEX triplet: AF, E0 and DD. RGB value is (175,224,221). Sum of RGB (Red+Green+Blue) = 175+224+221=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DD is #501F22. Grayscale: #D0D0D0. Windows color (decimal): -5250851 or 14540975. OLE color: 14540975.
HSL color Cylindrical-coordinate representation of color #AFE0DD: hue angle of 176.33º 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 #AFE0DD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 221 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.12 |
| HSL | 176.33º | 0.44% | 0.78% | - |
| HSV(B) | 176.33º | 0.22% | 0.88% | - |
| XYZ | 57.39 | 67.65 | 78.44 | - |
| YUV | 209.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 221 | 0.22 | 0 | 0.01 | 0.12 | 176.33 | 0.44 | 0.78 |
| Hex | AF | E0 | DD | 16 | 0 | 1 | C | B0 | 2C | 4E |
| Octal | 257 | 340 | 335 | 26 | 0 | 1 | 14 | 260 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11011101 | 10110 | 0 | 1 | 1100 | 10110000 | 101100 | 1001110 |
Color Harmonies of #AFE0DD
Complementary color
Monochromatic Colors of #AFE0DD
Black with #AFE0DD
Text Example
Text Example
White with #AFE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0DD; }
p { color: rgb(175,224,221); }
H1.HeaderClassName
{
color: #AFE0DD;
}
.AnyTagClassName
{
color: #AFE0DD;
}
</style>
background-color css
<style>
a { background-color: #AFE0DD; }
a { background-color: rgb(175,224,221); }
div.DivClassName
{
background-color: #AFE0DD;
}
.BgClassName
{
background-color: #AFE0DD;
}
</style>
border-color css
<style>
span { border-color: #AFE0DD; }
span { border-color: rgb(175,224,221); }
td.TdClassName
{
border-color: #AFE0DD;
}
.TagClassName
{
border-color: #AFE0DD;
}
</style>