Shades of Powder Blue #AFDEDF
Tints of Powder Blue #AFDEDF
RGB
CMYK
RGB Variations
Color information
#AFDEDF (or 0xAFDEDF) is known color: Powder Blue. HEX triplet: AF, DE and DF. RGB value is (175,222,223). Sum of RGB (Red+Green+Blue) = 175+222+223=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEDF is #502120. Grayscale: #D0D0D0. Windows color (decimal): -5251361 or 14671535. OLE color: 14671535.
HSL color Cylindrical-coordinate representation of color #AFDEDF: hue angle of 181.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDEDF is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 223 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.13 |
| HSL | 181.25º | 0.43% | 0.78% | - |
| HSV(B) | 181.25º | 0.22% | 0.87% | - |
| XYZ | 57.12 | 66.68 | 79.67 | - |
| YUV | 208.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 223 | 0.22 | 0.00 | 0 | 0.13 | 181.25 | 0.43 | 0.78 |
| Hex | AF | DE | DF | 16 | 0 | 0 | D | B5 | 2B | 4E |
| Octal | 257 | 336 | 337 | 26 | 0 | 0 | 15 | 265 | 53 | 116 |
| Binary | 10101111 | 11011110 | 11011111 | 10110 | 0 | 0 | 1101 | 10110101 | 101011 | 1001110 |
Color Harmonies of #AFDEDF
Complementary color
Monochromatic Colors of #AFDEDF
Black with #AFDEDF
Text Example
Text Example
White with #AFDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEDF; }
p { color: rgb(175,222,223); }
H1.HeaderClassName
{
color: #AFDEDF;
}
.AnyTagClassName
{
color: #AFDEDF;
}
</style>
background-color css
<style>
a { background-color: #AFDEDF; }
a { background-color: rgb(175,222,223); }
div.DivClassName
{
background-color: #AFDEDF;
}
.BgClassName
{
background-color: #AFDEDF;
}
</style>
border-color css
<style>
span { border-color: #AFDEDF; }
span { border-color: rgb(175,222,223); }
td.TdClassName
{
border-color: #AFDEDF;
}
.TagClassName
{
border-color: #AFDEDF;
}
</style>