Shades of Powder Blue #AFDADD
Tints of Powder Blue #AFDADD
RGB
CMYK
RGB Variations
Color information
#AFDADD (or 0xAFDADD) is known color: Powder Blue. HEX triplet: AF, DA and DD. RGB value is (175,218,221). Sum of RGB (Red+Green+Blue) = 175+218+221=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDADD is #502522. Grayscale: #CDCDCD. Windows color (decimal): -5252387 or 14539439. OLE color: 14539439.
HSL color Cylindrical-coordinate representation of color #AFDADD: hue angle of 183.91º 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 #AFDADD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 218 | 221 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.13 |
| HSL | 183.91º | 0.4% | 0.78% | - |
| HSV(B) | 183.91º | 0.21% | 0.87% | - |
| XYZ | 55.8 | 64.48 | 77.91 | - |
| YUV | 205.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 221 | 0.21 | 0.01 | 0 | 0.13 | 183.91 | 0.4 | 0.78 |
| Hex | AF | DA | DD | 15 | 1 | 0 | D | B8 | 28 | 4E |
| Octal | 257 | 332 | 335 | 25 | 1 | 0 | 15 | 270 | 50 | 116 |
| Binary | 10101111 | 11011010 | 11011101 | 10101 | 1 | 0 | 1101 | 10111000 | 101000 | 1001110 |
Color Harmonies of #AFDADD
Complementary color
Monochromatic Colors of #AFDADD
Black with #AFDADD
Text Example
Text Example
White with #AFDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDADD; }
p { color: rgb(175,218,221); }
H1.HeaderClassName
{
color: #AFDADD;
}
.AnyTagClassName
{
color: #AFDADD;
}
</style>
background-color css
<style>
a { background-color: #AFDADD; }
a { background-color: rgb(175,218,221); }
div.DivClassName
{
background-color: #AFDADD;
}
.BgClassName
{
background-color: #AFDADD;
}
</style>
border-color css
<style>
span { border-color: #AFDADD; }
span { border-color: rgb(175,218,221); }
td.TdClassName
{
border-color: #AFDADD;
}
.TagClassName
{
border-color: #AFDADD;
}
</style>