Shades of Powder Blue #AFDEDC
Tints of Powder Blue #AFDEDC
RGB
CMYK
RGB Variations
Color information
#AFDEDC (or 0xAFDEDC) is known color: Powder Blue. HEX triplet: AF, DE and DC. RGB value is (175,222,220). Sum of RGB (Red+Green+Blue) = 175+222+220=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDC is #502123. Grayscale: #CFCFCF. Windows color (decimal): -5251364 or 14474927. OLE color: 14474927.
HSL color Cylindrical-coordinate representation of color #AFDEDC: hue angle of 177.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEDC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 220 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.13 |
| HSL | 177.45º | 0.42% | 0.78% | - |
| HSV(B) | 177.45º | 0.21% | 0.87% | - |
| XYZ | 56.72 | 66.52 | 77.56 | - |
| YUV | 207.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 220 | 0.21 | 0 | 0.01 | 0.13 | 177.45 | 0.42 | 0.78 |
| Hex | AF | DE | DC | 15 | 0 | 1 | D | B1 | 2A | 4E |
| Octal | 257 | 336 | 334 | 25 | 0 | 1 | 15 | 261 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11011100 | 10101 | 0 | 1 | 1101 | 10110001 | 101010 | 1001110 |
Color Harmonies of #AFDEDC
Complementary color
Monochromatic Colors of #AFDEDC
Black with #AFDEDC
Text Example
Text Example
White with #AFDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEDC; }
p { color: rgb(175,222,220); }
H1.HeaderClassName
{
color: #AFDEDC;
}
.AnyTagClassName
{
color: #AFDEDC;
}
</style>
background-color css
<style>
a { background-color: #AFDEDC; }
a { background-color: rgb(175,222,220); }
div.DivClassName
{
background-color: #AFDEDC;
}
.BgClassName
{
background-color: #AFDEDC;
}
</style>
border-color css
<style>
span { border-color: #AFDEDC; }
span { border-color: rgb(175,222,220); }
td.TdClassName
{
border-color: #AFDEDC;
}
.TagClassName
{
border-color: #AFDEDC;
}
</style>