Shades of Powder Blue #AFDFE6
Tints of Powder Blue #AFDFE6
RGB
CMYK
RGB Variations
Color information
#AFDFE6 (or 0xAFDFE6) is known color: Powder Blue. HEX triplet: AF, DF and E6. RGB value is (175,223,230). Sum of RGB (Red+Green+Blue) = 175+223+230=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFDFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFE6 is #502019. Grayscale: #D1D1D1. Windows color (decimal): -5251098 or 15130543. OLE color: 15130543.
HSL color Cylindrical-coordinate representation of color #AFDFE6: hue angle of 187.64º degrees, saturation: 0.52, 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 #AFDFE6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 223 | 230 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.10 |
| HSL | 187.64º | 0.52% | 0.79% | - |
| HSV(B) | 187.64º | 0.24% | 0.9% | - |
| XYZ | 58.35 | 67.6 | 84.84 | - |
| YUV | 209.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 230 | 0.24 | 0.03 | 0 | 0.10 | 187.64 | 0.52 | 0.79 |
| Hex | AF | DF | E6 | 18 | 3 | 0 | A | BC | 34 | 4F |
| Octal | 257 | 337 | 346 | 30 | 3 | 0 | 12 | 274 | 64 | 117 |
| Binary | 10101111 | 11011111 | 11100110 | 11000 | 11 | 0 | 1010 | 10111100 | 110100 | 1001111 |
Color Harmonies of #AFDFE6
Complementary color
Monochromatic Colors of #AFDFE6
Black with #AFDFE6
Text Example
Text Example
White with #AFDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFE6; }
p { color: rgb(175,223,230); }
H1.HeaderClassName
{
color: #AFDFE6;
}
.AnyTagClassName
{
color: #AFDFE6;
}
</style>
background-color css
<style>
a { background-color: #AFDFE6; }
a { background-color: rgb(175,223,230); }
div.DivClassName
{
background-color: #AFDFE6;
}
.BgClassName
{
background-color: #AFDFE6;
}
</style>
border-color css
<style>
span { border-color: #AFDFE6; }
span { border-color: rgb(175,223,230); }
td.TdClassName
{
border-color: #AFDFE6;
}
.TagClassName
{
border-color: #AFDFE6;
}
</style>