Shades of Powder Blue #AFDCE2
Tints of Powder Blue #AFDCE2
RGB
CMYK
RGB Variations
Color information
#AFDCE2 (or 0xAFDCE2) is known color: Powder Blue. HEX triplet: AF, DC and E2. RGB value is (175,220,226). Sum of RGB (Red+Green+Blue) = 175+220+226=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE2 is #50231D. Grayscale: #CFCFCF. Windows color (decimal): -5251870 or 14867631. OLE color: 14867631.
HSL color Cylindrical-coordinate representation of color #AFDCE2: hue angle of 187.06º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDCE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 220 | 226 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 187.06º | 0.47% | 0.79% | - |
| HSV(B) | 187.06º | 0.23% | 0.89% | - |
| XYZ | 57 | 65.79 | 81.65 | - |
| YUV | 207.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 226 | 0.23 | 0.03 | 0 | 0.11 | 187.06 | 0.47 | 0.79 |
| Hex | AF | DC | E2 | 17 | 3 | 0 | B | BB | 2F | 4F |
| Octal | 257 | 334 | 342 | 27 | 3 | 0 | 13 | 273 | 57 | 117 |
| Binary | 10101111 | 11011100 | 11100010 | 10111 | 11 | 0 | 1011 | 10111011 | 101111 | 1001111 |
Color Harmonies of #AFDCE2
Complementary color
Monochromatic Colors of #AFDCE2
Black with #AFDCE2
Text Example
Text Example
White with #AFDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCE2; }
p { color: rgb(175,220,226); }
H1.HeaderClassName
{
color: #AFDCE2;
}
.AnyTagClassName
{
color: #AFDCE2;
}
</style>
background-color css
<style>
a { background-color: #AFDCE2; }
a { background-color: rgb(175,220,226); }
div.DivClassName
{
background-color: #AFDCE2;
}
.BgClassName
{
background-color: #AFDCE2;
}
</style>
border-color css
<style>
span { border-color: #AFDCE2; }
span { border-color: rgb(175,220,226); }
td.TdClassName
{
border-color: #AFDCE2;
}
.TagClassName
{
border-color: #AFDCE2;
}
</style>