Shades of Powder Blue #AFDCE4
Tints of Powder Blue #AFDCE4
RGB
CMYK
RGB Variations
Color information
#AFDCE4 (or 0xAFDCE4) is known color: Powder Blue. HEX triplet: AF, DC and E4. RGB value is (175,220,228). Sum of RGB (Red+Green+Blue) = 175+220+228=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFDCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCE4 is #50231B. Grayscale: #CFCFCF. Windows color (decimal): -5251868 or 14998703. OLE color: 14998703.
HSL color Cylindrical-coordinate representation of color #AFDCE4: hue angle of 189.06º degrees, saturation: 0.5, 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 #AFDCE4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 220 | 228 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.11 |
| HSL | 189.06º | 0.5% | 0.79% | - |
| HSV(B) | 189.06º | 0.23% | 0.89% | - |
| XYZ | 57.28 | 65.9 | 83.1 | - |
| YUV | 207.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 228 | 0.23 | 0.04 | 0 | 0.11 | 189.06 | 0.5 | 0.79 |
| Hex | AF | DC | E4 | 17 | 4 | 0 | B | BD | 32 | 4F |
| Octal | 257 | 334 | 344 | 27 | 4 | 0 | 13 | 275 | 62 | 117 |
| Binary | 10101111 | 11011100 | 11100100 | 10111 | 100 | 0 | 1011 | 10111101 | 110010 | 1001111 |
Color Harmonies of #AFDCE4
Complementary color
Monochromatic Colors of #AFDCE4
Black with #AFDCE4
Text Example
Text Example
White with #AFDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCE4; }
p { color: rgb(175,220,228); }
H1.HeaderClassName
{
color: #AFDCE4;
}
.AnyTagClassName
{
color: #AFDCE4;
}
</style>
background-color css
<style>
a { background-color: #AFDCE4; }
a { background-color: rgb(175,220,228); }
div.DivClassName
{
background-color: #AFDCE4;
}
.BgClassName
{
background-color: #AFDCE4;
}
</style>
border-color css
<style>
span { border-color: #AFDCE4; }
span { border-color: rgb(175,220,228); }
td.TdClassName
{
border-color: #AFDCE4;
}
.TagClassName
{
border-color: #AFDCE4;
}
</style>