Shades of Powder Blue #AFDFE9
Tints of Powder Blue #AFDFE9
RGB
CMYK
RGB Variations
Color information
#AFDFE9 (or 0xAFDFE9) is known color: Powder Blue. HEX triplet: AF, DF and E9. RGB value is (175,223,233). Sum of RGB (Red+Green+Blue) = 175+223+233=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFDFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFE9 is #502016. Grayscale: #D1D1D1. Windows color (decimal): -5251095 or 15327151. OLE color: 15327151.
HSL color Cylindrical-coordinate representation of color #AFDFE9: hue angle of 190.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDFE9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 223 | 233 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.09 |
| HSL | 190.34º | 0.57% | 0.8% | - |
| HSV(B) | 190.34º | 0.25% | 0.91% | - |
| XYZ | 58.77 | 67.77 | 87.07 | - |
| YUV | 209.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 233 | 0.25 | 0.04 | 0 | 0.09 | 190.34 | 0.57 | 0.8 |
| Hex | AF | DF | E9 | 19 | 4 | 0 | 9 | BE | 39 | 50 |
| Octal | 257 | 337 | 351 | 31 | 4 | 0 | 11 | 276 | 71 | 120 |
| Binary | 10101111 | 11011111 | 11101001 | 11001 | 100 | 0 | 1001 | 10111110 | 111001 | 1010000 |
Color Harmonies of #AFDFE9
Complementary color
Monochromatic Colors of #AFDFE9
Black with #AFDFE9
Text Example
Text Example
White with #AFDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFE9; }
p { color: rgb(175,223,233); }
H1.HeaderClassName
{
color: #AFDFE9;
}
.AnyTagClassName
{
color: #AFDFE9;
}
</style>
background-color css
<style>
a { background-color: #AFDFE9; }
a { background-color: rgb(175,223,233); }
div.DivClassName
{
background-color: #AFDFE9;
}
.BgClassName
{
background-color: #AFDFE9;
}
</style>
border-color css
<style>
span { border-color: #AFDFE9; }
span { border-color: rgb(175,223,233); }
td.TdClassName
{
border-color: #AFDFE9;
}
.TagClassName
{
border-color: #AFDFE9;
}
</style>