Shades of Powder Blue #AFDFEB
Tints of Powder Blue #AFDFEB
RGB
CMYK
RGB Variations
Color information
#AFDFEB (or 0xAFDFEB) is known color: Powder Blue. HEX triplet: AF, DF and EB. RGB value is (175,223,235). Sum of RGB (Red+Green+Blue) = 175+223+235=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDFEB is #502014. Grayscale: #D1D1D1. Windows color (decimal): -5251093 or 15458223. OLE color: 15458223.
HSL color Cylindrical-coordinate representation of color #AFDFEB: hue angle of 192º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFDFEB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 223 | 235 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.08 |
| HSL | 192º | 0.6% | 0.8% | - |
| HSV(B) | 192º | 0.26% | 0.92% | - |
| XYZ | 59.06 | 67.89 | 88.59 | - |
| YUV | 210.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 235 | 0.26 | 0.05 | 0 | 0.08 | 192 | 0.6 | 0.8 |
| Hex | AF | DF | EB | 1A | 5 | 0 | 8 | C0 | 3C | 50 |
| Octal | 257 | 337 | 353 | 32 | 5 | 0 | 10 | 300 | 74 | 120 |
| Binary | 10101111 | 11011111 | 11101011 | 11010 | 101 | 0 | 1000 | 11000000 | 111100 | 1010000 |
Color Harmonies of #AFDFEB
Complementary color
Monochromatic Colors of #AFDFEB
Black with #AFDFEB
Text Example
Text Example
White with #AFDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFEB; }
p { color: rgb(175,223,235); }
H1.HeaderClassName
{
color: #AFDFEB;
}
.AnyTagClassName
{
color: #AFDFEB;
}
</style>
background-color css
<style>
a { background-color: #AFDFEB; }
a { background-color: rgb(175,223,235); }
div.DivClassName
{
background-color: #AFDFEB;
}
.BgClassName
{
background-color: #AFDFEB;
}
</style>
border-color css
<style>
span { border-color: #AFDFEB; }
span { border-color: rgb(175,223,235); }
td.TdClassName
{
border-color: #AFDFEB;
}
.TagClassName
{
border-color: #AFDFEB;
}
</style>