Shades of Powder Blue #AFE2EC
Tints of Powder Blue #AFE2EC
RGB
CMYK
RGB Variations
Color information
#AFE2EC (or 0xAFE2EC) is known color: Powder Blue. HEX triplet: AF, E2 and EC. RGB value is (175,226,236). Sum of RGB (Red+Green+Blue) = 175+226+236=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2EC is #501D13. Grayscale: #D3D3D3. Windows color (decimal): -5250324 or 15524527. OLE color: 15524527.
HSL color Cylindrical-coordinate representation of color #AFE2EC: hue angle of 189.84º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE2EC is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 226 | 236 | - |
CMYK | 0.26 | 0.04 | 0 | 0.07 |
HSL | 189.84º | 0.62% | 0.81% | - |
HSV(B) | 189.84º | 0.26% | 0.93% | - |
XYZ | 60.02 | 69.56 | 89.62 | - |
YUV | 211.89 | 141.6 | 101.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 226 | 236 | 0.26 | 0.04 | 0 | 0.07 | 189.84 | 0.62 | 0.81 |
Hex | AF | E2 | EC | 1A | 4 | 0 | 7 | BE | 3E | 51 |
Octal | 257 | 342 | 354 | 32 | 4 | 0 | 7 | 276 | 76 | 121 |
Binary | 10101111 | 11100010 | 11101100 | 11010 | 100 | 0 | 111 | 10111110 | 111110 | 1010001 |
Color Harmonies of #AFE2EC
Complementary color
Monochromatic Colors of #AFE2EC
Black with #AFE2EC
Text Example
Text Example
White with #AFE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2EC; }
p { color: rgb(175,226,236); }
H1.HeaderClassName
{
color: #AFE2EC;
}
.AnyTagClassName
{
color: #AFE2EC;
}
</style>
background-color css
<style>
a { background-color: #AFE2EC; }
a { background-color: rgb(175,226,236); }
div.DivClassName
{
background-color: #AFE2EC;
}
.BgClassName
{
background-color: #AFE2EC;
}
</style>
border-color css
<style>
span { border-color: #AFE2EC; }
span { border-color: rgb(175,226,236); }
td.TdClassName
{
border-color: #AFE2EC;
}
.TagClassName
{
border-color: #AFE2EC;
}
</style>