Shades of Powder Blue #AFE2EF
Tints of Powder Blue #AFE2EF
RGB
CMYK
RGB Variations
Color information
#AFE2EF (or 0xAFE2EF) is known color: Powder Blue. HEX triplet: AF, E2 and EF. RGB value is (175,226,239). Sum of RGB (Red+Green+Blue) = 175+226+239=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFE2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2EF is #501D10. Grayscale: #D4D4D4. Windows color (decimal): -5250321 or 15721135. OLE color: 15721135.
HSL color Cylindrical-coordinate representation of color #AFE2EF: hue angle of 192.19º 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 #AFE2EF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 226 | 239 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.06 |
| HSL | 192.19º | 0.67% | 0.81% | - |
| HSV(B) | 192.19º | 0.27% | 0.94% | - |
| XYZ | 60.46 | 69.74 | 91.94 | - |
| YUV | 212.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 239 | 0.27 | 0.05 | 0 | 0.06 | 192.19 | 0.67 | 0.81 |
| Hex | AF | E2 | EF | 1B | 5 | 0 | 6 | C0 | 43 | 51 |
| Octal | 257 | 342 | 357 | 33 | 5 | 0 | 6 | 300 | 103 | 121 |
| Binary | 10101111 | 11100010 | 11101111 | 11011 | 101 | 0 | 110 | 11000000 | 1000011 | 1010001 |
Color Harmonies of #AFE2EF
Complementary color
Monochromatic Colors of #AFE2EF
Black with #AFE2EF
Text Example
Text Example
White with #AFE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2EF; }
p { color: rgb(175,226,239); }
H1.HeaderClassName
{
color: #AFE2EF;
}
.AnyTagClassName
{
color: #AFE2EF;
}
</style>
background-color css
<style>
a { background-color: #AFE2EF; }
a { background-color: rgb(175,226,239); }
div.DivClassName
{
background-color: #AFE2EF;
}
.BgClassName
{
background-color: #AFE2EF;
}
</style>
border-color css
<style>
span { border-color: #AFE2EF; }
span { border-color: rgb(175,226,239); }
td.TdClassName
{
border-color: #AFE2EF;
}
.TagClassName
{
border-color: #AFE2EF;
}
</style>