Shades of Powder Blue #AFDDDC
Tints of Powder Blue #AFDDDC
RGB
CMYK
RGB Variations
Color information
#AFDDDC (or 0xAFDDDC) is known color: Powder Blue. HEX triplet: AF, DD and DC. RGB value is (175,221,220). Sum of RGB (Red+Green+Blue) = 175+221+220=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDDC is #502223. Grayscale: #CFCFCF. Windows color (decimal): -5251620 or 14474671. OLE color: 14474671.
HSL color Cylindrical-coordinate representation of color #AFDDDC: hue angle of 178.7º degrees, saturation: 0.4, 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 #AFDDDC is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 220 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.13 |
| HSL | 178.7º | 0.4% | 0.78% | - |
| HSV(B) | 178.7º | 0.21% | 0.87% | - |
| XYZ | 56.45 | 65.99 | 77.47 | - |
| YUV | 207.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 220 | 0.21 | 0 | 0.00 | 0.13 | 178.7 | 0.4 | 0.78 |
| Hex | AF | DD | DC | 15 | 0 | 0 | D | B3 | 28 | 4E |
| Octal | 257 | 335 | 334 | 25 | 0 | 0 | 15 | 263 | 50 | 116 |
| Binary | 10101111 | 11011101 | 11011100 | 10101 | 0 | 0 | 1101 | 10110011 | 101000 | 1001110 |
Color Harmonies of #AFDDDC
Complementary color
Monochromatic Colors of #AFDDDC
Black with #AFDDDC
Text Example
Text Example
White with #AFDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDDC; }
p { color: rgb(175,221,220); }
H1.HeaderClassName
{
color: #AFDDDC;
}
.AnyTagClassName
{
color: #AFDDDC;
}
</style>
background-color css
<style>
a { background-color: #AFDDDC; }
a { background-color: rgb(175,221,220); }
div.DivClassName
{
background-color: #AFDDDC;
}
.BgClassName
{
background-color: #AFDDDC;
}
</style>
border-color css
<style>
span { border-color: #AFDDDC; }
span { border-color: rgb(175,221,220); }
td.TdClassName
{
border-color: #AFDDDC;
}
.TagClassName
{
border-color: #AFDDDC;
}
</style>