Shades of Powder Blue #AFE1EF
Tints of Powder Blue #AFE1EF
RGB
CMYK
RGB Variations
Color information
#AFE1EF (or 0xAFE1EF) is known color: Powder Blue. HEX triplet: AF, E1 and EF. RGB value is (175,225,239). Sum of RGB (Red+Green+Blue) = 175+225+239=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE1EF is #501E10. Grayscale: #D3D3D3. Windows color (decimal): -5250577 or 15720879. OLE color: 15720879.
HSL color Cylindrical-coordinate representation of color #AFE1EF: hue angle of 193.12º 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 #AFE1EF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 225 | 239 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.06 |
| HSL | 193.13º | 0.67% | 0.81% | - |
| HSV(B) | 193.13º | 0.27% | 0.94% | - |
| XYZ | 60.18 | 69.2 | 91.85 | - |
| YUV | 211.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 239 | 0.27 | 0.06 | 0 | 0.06 | 193.13 | 0.67 | 0.81 |
| Hex | AF | E1 | EF | 1B | 6 | 0 | 6 | C1 | 43 | 51 |
| Octal | 257 | 341 | 357 | 33 | 6 | 0 | 6 | 301 | 103 | 121 |
| Binary | 10101111 | 11100001 | 11101111 | 11011 | 110 | 0 | 110 | 11000001 | 1000011 | 1010001 |
Color Harmonies of #AFE1EF
Complementary color
Monochromatic Colors of #AFE1EF
Black with #AFE1EF
Text Example
Text Example
White with #AFE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1EF; }
p { color: rgb(175,225,239); }
H1.HeaderClassName
{
color: #AFE1EF;
}
.AnyTagClassName
{
color: #AFE1EF;
}
</style>
background-color css
<style>
a { background-color: #AFE1EF; }
a { background-color: rgb(175,225,239); }
div.DivClassName
{
background-color: #AFE1EF;
}
.BgClassName
{
background-color: #AFE1EF;
}
</style>
border-color css
<style>
span { border-color: #AFE1EF; }
span { border-color: rgb(175,225,239); }
td.TdClassName
{
border-color: #AFE1EF;
}
.TagClassName
{
border-color: #AFE1EF;
}
</style>