Shades of Powder Blue #AFDCE0
Tints of Powder Blue #AFDCE0
RGB
CMYK
RGB Variations
Color information
#AFDCE0 (or 0xAFDCE0) is known color: Powder Blue. HEX triplet: AF, DC and E0. RGB value is (175,220,224). Sum of RGB (Red+Green+Blue) = 175+220+224=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE0 is #50231F. Grayscale: #CECECE. Windows color (decimal): -5251872 or 14736559. OLE color: 14736559.
HSL color Cylindrical-coordinate representation of color #AFDCE0: hue angle of 184.9º 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 #AFDCE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 220 | 224 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.12 |
| HSL | 184.9º | 0.44% | 0.78% | - |
| HSV(B) | 184.9º | 0.22% | 0.88% | - |
| XYZ | 56.73 | 65.68 | 80.21 | - |
| YUV | 207 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 224 | 0.22 | 0.02 | 0 | 0.12 | 184.9 | 0.44 | 0.78 |
| Hex | AF | DC | E0 | 16 | 2 | 0 | C | B9 | 2C | 4E |
| Octal | 257 | 334 | 340 | 26 | 2 | 0 | 14 | 271 | 54 | 116 |
| Binary | 10101111 | 11011100 | 11100000 | 10110 | 10 | 0 | 1100 | 10111001 | 101100 | 1001110 |
Color Harmonies of #AFDCE0
Complementary color
Monochromatic Colors of #AFDCE0
Black with #AFDCE0
Text Example
Text Example
White with #AFDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCE0; }
p { color: rgb(175,220,224); }
H1.HeaderClassName
{
color: #AFDCE0;
}
.AnyTagClassName
{
color: #AFDCE0;
}
</style>
background-color css
<style>
a { background-color: #AFDCE0; }
a { background-color: rgb(175,220,224); }
div.DivClassName
{
background-color: #AFDCE0;
}
.BgClassName
{
background-color: #AFDCE0;
}
</style>
border-color css
<style>
span { border-color: #AFDCE0; }
span { border-color: rgb(175,220,224); }
td.TdClassName
{
border-color: #AFDCE0;
}
.TagClassName
{
border-color: #AFDCE0;
}
</style>