Shades of Powder Blue #AFE5EF
Tints of Powder Blue #AFE5EF
RGB
CMYK
RGB Variations
Color information
#AFE5EF (or 0xAFE5EF) is known color: Powder Blue. HEX triplet: AF, E5 and EF. RGB value is (175,229,239). Sum of RGB (Red+Green+Blue) = 175+229+239=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5EF is #501A10. Grayscale: #D5D5D5. Windows color (decimal): -5249553 or 15721903. OLE color: 15721903.
HSL color Cylindrical-coordinate representation of color #AFE5EF: hue angle of 189.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE5EF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 229 | 239 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.06 |
| HSL | 189.38º | 0.67% | 0.81% | - |
| HSV(B) | 189.38º | 0.27% | 0.94% | - |
| XYZ | 61.28 | 71.38 | 92.21 | - |
| YUV | 213.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 239 | 0.27 | 0.04 | 0 | 0.06 | 189.38 | 0.67 | 0.81 |
| Hex | AF | E5 | EF | 1B | 4 | 0 | 6 | BD | 43 | 51 |
| Octal | 257 | 345 | 357 | 33 | 4 | 0 | 6 | 275 | 103 | 121 |
| Binary | 10101111 | 11100101 | 11101111 | 11011 | 100 | 0 | 110 | 10111101 | 1000011 | 1010001 |
Color Harmonies of #AFE5EF
Complementary color
Monochromatic Colors of #AFE5EF
Black with #AFE5EF
Text Example
Text Example
White with #AFE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5EF; }
p { color: rgb(175,229,239); }
H1.HeaderClassName
{
color: #AFE5EF;
}
.AnyTagClassName
{
color: #AFE5EF;
}
</style>
background-color css
<style>
a { background-color: #AFE5EF; }
a { background-color: rgb(175,229,239); }
div.DivClassName
{
background-color: #AFE5EF;
}
.BgClassName
{
background-color: #AFE5EF;
}
</style>
border-color css
<style>
span { border-color: #AFE5EF; }
span { border-color: rgb(175,229,239); }
td.TdClassName
{
border-color: #AFE5EF;
}
.TagClassName
{
border-color: #AFE5EF;
}
</style>