Shades of Powder Blue #AFE5EE
Tints of Powder Blue #AFE5EE
RGB
CMYK
RGB Variations
Color information
#AFE5EE (or 0xAFE5EE) is known color: Powder Blue. HEX triplet: AF, E5 and EE. RGB value is (175,229,238). Sum of RGB (Red+Green+Blue) = 175+229+238=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE5EE is #501A11. Grayscale: #D5D5D5. Windows color (decimal): -5249554 or 15656367. OLE color: 15656367.
HSL color Cylindrical-coordinate representation of color #AFE5EE: hue angle of 188.57º degrees, saturation: 0.65, 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 #AFE5EE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 229 | 238 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.07 |
| HSL | 188.57º | 0.65% | 0.81% | - |
| HSV(B) | 188.57º | 0.26% | 0.93% | - |
| XYZ | 61.13 | 71.33 | 91.43 | - |
| YUV | 213.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 238 | 0.26 | 0.04 | 0 | 0.07 | 188.57 | 0.65 | 0.81 |
| Hex | AF | E5 | EE | 1A | 4 | 0 | 7 | BD | 41 | 51 |
| Octal | 257 | 345 | 356 | 32 | 4 | 0 | 7 | 275 | 101 | 121 |
| Binary | 10101111 | 11100101 | 11101110 | 11010 | 100 | 0 | 111 | 10111101 | 1000001 | 1010001 |
Color Harmonies of #AFE5EE
Complementary color
Monochromatic Colors of #AFE5EE
Black with #AFE5EE
Text Example
Text Example
White with #AFE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5EE; }
p { color: rgb(175,229,238); }
H1.HeaderClassName
{
color: #AFE5EE;
}
.AnyTagClassName
{
color: #AFE5EE;
}
</style>
background-color css
<style>
a { background-color: #AFE5EE; }
a { background-color: rgb(175,229,238); }
div.DivClassName
{
background-color: #AFE5EE;
}
.BgClassName
{
background-color: #AFE5EE;
}
</style>
border-color css
<style>
span { border-color: #AFE5EE; }
span { border-color: rgb(175,229,238); }
td.TdClassName
{
border-color: #AFE5EE;
}
.TagClassName
{
border-color: #AFE5EE;
}
</style>