Shades of Powder Blue #AFDFDD
Tints of Powder Blue #AFDFDD
RGB
CMYK
RGB Variations
Color information
#AFDFDD (or 0xAFDFDD) is known color: Powder Blue. HEX triplet: AF, DF and DD. RGB value is (175,223,221). Sum of RGB (Red+Green+Blue) = 175+223+221=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFDD is #502022. Grayscale: #D0D0D0. Windows color (decimal): -5251107 or 14540719. OLE color: 14540719.
HSL color Cylindrical-coordinate representation of color #AFDFDD: hue angle of 177.5º 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 #AFDFDD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 221 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 177.5º | 0.43% | 0.78% | - |
| HSV(B) | 177.5º | 0.22% | 0.87% | - |
| XYZ | 57.12 | 67.11 | 78.35 | - |
| YUV | 208.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 221 | 0.22 | 0 | 0.01 | 0.13 | 177.5 | 0.43 | 0.78 |
| Hex | AF | DF | DD | 16 | 0 | 1 | D | B2 | 2B | 4E |
| Octal | 257 | 337 | 335 | 26 | 0 | 1 | 15 | 262 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11011101 | 10110 | 0 | 1 | 1101 | 10110010 | 101011 | 1001110 |
Color Harmonies of #AFDFDD
Complementary color
Monochromatic Colors of #AFDFDD
Black with #AFDFDD
Text Example
Text Example
White with #AFDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFDD; }
p { color: rgb(175,223,221); }
H1.HeaderClassName
{
color: #AFDFDD;
}
.AnyTagClassName
{
color: #AFDFDD;
}
</style>
background-color css
<style>
a { background-color: #AFDFDD; }
a { background-color: rgb(175,223,221); }
div.DivClassName
{
background-color: #AFDFDD;
}
.BgClassName
{
background-color: #AFDFDD;
}
</style>
border-color css
<style>
span { border-color: #AFDFDD; }
span { border-color: rgb(175,223,221); }
td.TdClassName
{
border-color: #AFDFDD;
}
.TagClassName
{
border-color: #AFDFDD;
}
</style>