Shades of Powder Blue #AFDCE1
Tints of Powder Blue #AFDCE1
RGB
CMYK
RGB Variations
Color information
#AFDCE1 (or 0xAFDCE1) is known color: Powder Blue. HEX triplet: AF, DC and E1. RGB value is (175,220,225). Sum of RGB (Red+Green+Blue) = 175+220+225=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE1 is #50231E. Grayscale: #CFCFCF. Windows color (decimal): -5251871 or 14802095. OLE color: 14802095.
HSL color Cylindrical-coordinate representation of color #AFDCE1: hue angle of 186º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDCE1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 220 | 225 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.12 |
| HSL | 186º | 0.45% | 0.78% | - |
| HSV(B) | 186º | 0.22% | 0.88% | - |
| XYZ | 56.86 | 65.74 | 80.93 | - |
| YUV | 207.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 225 | 0.22 | 0.02 | 0 | 0.12 | 186 | 0.45 | 0.78 |
| Hex | AF | DC | E1 | 16 | 2 | 0 | C | BA | 2D | 4E |
| Octal | 257 | 334 | 341 | 26 | 2 | 0 | 14 | 272 | 55 | 116 |
| Binary | 10101111 | 11011100 | 11100001 | 10110 | 10 | 0 | 1100 | 10111010 | 101101 | 1001110 |
Color Harmonies of #AFDCE1
Complementary color
Monochromatic Colors of #AFDCE1
Black with #AFDCE1
Text Example
Text Example
White with #AFDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCE1; }
p { color: rgb(175,220,225); }
H1.HeaderClassName
{
color: #AFDCE1;
}
.AnyTagClassName
{
color: #AFDCE1;
}
</style>
background-color css
<style>
a { background-color: #AFDCE1; }
a { background-color: rgb(175,220,225); }
div.DivClassName
{
background-color: #AFDCE1;
}
.BgClassName
{
background-color: #AFDCE1;
}
</style>
border-color css
<style>
span { border-color: #AFDCE1; }
span { border-color: rgb(175,220,225); }
td.TdClassName
{
border-color: #AFDCE1;
}
.TagClassName
{
border-color: #AFDCE1;
}
</style>