Shades of Powder Blue #AFDBE0
Tints of Powder Blue #AFDBE0
RGB
CMYK
RGB Variations
Color information
#AFDBE0 (or 0xAFDBE0) is known color: Powder Blue. HEX triplet: AF, DB and E0. RGB value is (175,219,224). Sum of RGB (Red+Green+Blue) = 175+219+224=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBE0 is #50241F. Grayscale: #CECECE. Windows color (decimal): -5252128 or 14736303. OLE color: 14736303.
HSL color Cylindrical-coordinate representation of color #AFDBE0: hue angle of 186.12º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDBE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 219 | 224 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.12 |
| HSL | 186.12º | 0.44% | 0.78% | - |
| HSV(B) | 186.12º | 0.22% | 0.88% | - |
| XYZ | 56.47 | 65.16 | 80.12 | - |
| YUV | 206.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 224 | 0.22 | 0.02 | 0 | 0.12 | 186.12 | 0.44 | 0.78 |
| Hex | AF | DB | E0 | 16 | 2 | 0 | C | BA | 2C | 4E |
| Octal | 257 | 333 | 340 | 26 | 2 | 0 | 14 | 272 | 54 | 116 |
| Binary | 10101111 | 11011011 | 11100000 | 10110 | 10 | 0 | 1100 | 10111010 | 101100 | 1001110 |
Color Harmonies of #AFDBE0
Complementary color
Monochromatic Colors of #AFDBE0
Black with #AFDBE0
Text Example
Text Example
White with #AFDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBE0; }
p { color: rgb(175,219,224); }
H1.HeaderClassName
{
color: #AFDBE0;
}
.AnyTagClassName
{
color: #AFDBE0;
}
</style>
background-color css
<style>
a { background-color: #AFDBE0; }
a { background-color: rgb(175,219,224); }
div.DivClassName
{
background-color: #AFDBE0;
}
.BgClassName
{
background-color: #AFDBE0;
}
</style>
border-color css
<style>
span { border-color: #AFDBE0; }
span { border-color: rgb(175,219,224); }
td.TdClassName
{
border-color: #AFDBE0;
}
.TagClassName
{
border-color: #AFDBE0;
}
</style>