Shades of Powder Blue #AFE1E1
Tints of Powder Blue #AFE1E1
RGB
CMYK
RGB Variations
Color information
#AFE1E1 (or 0xAFE1E1) is known color: Powder Blue. HEX triplet: AF, E1 and E1. RGB value is (175,225,225). Sum of RGB (Red+Green+Blue) = 175+225+225=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 225 - color contains mainly: green, blue. Hex color #AFE1E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1E1 is #501E1E. Grayscale: #D2D2D2. Windows color (decimal): -5250591 or 14803375. OLE color: 14803375.
HSL color Cylindrical-coordinate representation of color #AFE1E1: hue angle of 180º degrees, saturation: 0.45, 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 #AFE1E1 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 225 | - |
| CMYK | 0.22 | 0 | 0 | 0.12 |
| HSL | 180º | 0.45% | 0.78% | - |
| HSV(B) | 180º | 0.22% | 0.88% | - |
| XYZ | 58.2 | 68.4 | 81.37 | - |
| YUV | 210.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 225 | 0.22 | 0 | 0 | 0.12 | 180 | 0.45 | 0.78 |
| Hex | AF | E1 | E1 | 16 | 0 | 0 | C | B4 | 2D | 4E |
| Octal | 257 | 341 | 341 | 26 | 0 | 0 | 14 | 264 | 55 | 116 |
| Binary | 10101111 | 11100001 | 11100001 | 10110 | 0 | 0 | 1100 | 10110100 | 101101 | 1001110 |
Color Harmonies of #AFE1E1
Complementary color
Monochromatic Colors of #AFE1E1
Black with #AFE1E1
Text Example
Text Example
White with #AFE1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1E1; }
p { color: rgb(175,225,225); }
H1.HeaderClassName
{
color: #AFE1E1;
}
.AnyTagClassName
{
color: #AFE1E1;
}
</style>
background-color css
<style>
a { background-color: #AFE1E1; }
a { background-color: rgb(175,225,225); }
div.DivClassName
{
background-color: #AFE1E1;
}
.BgClassName
{
background-color: #AFE1E1;
}
</style>
border-color css
<style>
span { border-color: #AFE1E1; }
span { border-color: rgb(175,225,225); }
td.TdClassName
{
border-color: #AFE1E1;
}
.TagClassName
{
border-color: #AFE1E1;
}
</style>