Shades of Powder Blue #AFE1E3
Tints of Powder Blue #AFE1E3
RGB
CMYK
RGB Variations
Color information
#AFE1E3 (or 0xAFE1E3) is known color: Powder Blue. HEX triplet: AF, E1 and E3. RGB value is (175,225,227). Sum of RGB (Red+Green+Blue) = 175+225+227=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFE1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1E3 is #501E1C. Grayscale: #D2D2D2. Windows color (decimal): -5250589 or 14934447. OLE color: 14934447.
HSL color Cylindrical-coordinate representation of color #AFE1E3: hue angle of 182.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE1E3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 225 | 227 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.11 |
| HSL | 182.31º | 0.48% | 0.79% | - |
| HSV(B) | 182.31º | 0.23% | 0.89% | - |
| XYZ | 58.47 | 68.51 | 82.82 | - |
| YUV | 210.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 227 | 0.23 | 0.01 | 0 | 0.11 | 182.31 | 0.48 | 0.79 |
| Hex | AF | E1 | E3 | 17 | 1 | 0 | B | B6 | 30 | 4F |
| Octal | 257 | 341 | 343 | 27 | 1 | 0 | 13 | 266 | 60 | 117 |
| Binary | 10101111 | 11100001 | 11100011 | 10111 | 1 | 0 | 1011 | 10110110 | 110000 | 1001111 |
Color Harmonies of #AFE1E3
Complementary color
Monochromatic Colors of #AFE1E3
Black with #AFE1E3
Text Example
Text Example
White with #AFE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE1E3; }
p { color: rgb(175,225,227); }
H1.HeaderClassName
{
color: #AFE1E3;
}
.AnyTagClassName
{
color: #AFE1E3;
}
</style>
background-color css
<style>
a { background-color: #AFE1E3; }
a { background-color: rgb(175,225,227); }
div.DivClassName
{
background-color: #AFE1E3;
}
.BgClassName
{
background-color: #AFE1E3;
}
</style>
border-color css
<style>
span { border-color: #AFE1E3; }
span { border-color: rgb(175,225,227); }
td.TdClassName
{
border-color: #AFE1E3;
}
.TagClassName
{
border-color: #AFE1E3;
}
</style>