Shades of Powder Blue #AFDCE5
Tints of Powder Blue #AFDCE5
RGB
CMYK
RGB Variations
Color information
#AFDCE5 (or 0xAFDCE5) is known color: Powder Blue. HEX triplet: AF, DC and E5. RGB value is (175,220,229). Sum of RGB (Red+Green+Blue) = 175+220+229=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE5 is #50231A. Grayscale: #CFCFCF. Windows color (decimal): -5251867 or 15064239. OLE color: 15064239.
HSL color Cylindrical-coordinate representation of color #AFDCE5: hue angle of 190º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDCE5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 220 | 229 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.10 |
| HSL | 190º | 0.51% | 0.79% | - |
| HSV(B) | 190º | 0.24% | 0.9% | - |
| XYZ | 57.42 | 65.96 | 83.83 | - |
| YUV | 207.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 229 | 0.24 | 0.04 | 0 | 0.10 | 190 | 0.51 | 0.79 |
| Hex | AF | DC | E5 | 18 | 4 | 0 | A | BE | 33 | 4F |
| Octal | 257 | 334 | 345 | 30 | 4 | 0 | 12 | 276 | 63 | 117 |
| Binary | 10101111 | 11011100 | 11100101 | 11000 | 100 | 0 | 1010 | 10111110 | 110011 | 1001111 |
Color Harmonies of #AFDCE5
Complementary color
Monochromatic Colors of #AFDCE5
Black with #AFDCE5
Text Example
Text Example
White with #AFDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCE5; }
p { color: rgb(175,220,229); }
H1.HeaderClassName
{
color: #AFDCE5;
}
.AnyTagClassName
{
color: #AFDCE5;
}
</style>
background-color css
<style>
a { background-color: #AFDCE5; }
a { background-color: rgb(175,220,229); }
div.DivClassName
{
background-color: #AFDCE5;
}
.BgClassName
{
background-color: #AFDCE5;
}
</style>
border-color css
<style>
span { border-color: #AFDCE5; }
span { border-color: rgb(175,220,229); }
td.TdClassName
{
border-color: #AFDCE5;
}
.TagClassName
{
border-color: #AFDCE5;
}
</style>