Shades of Powder Blue #AFE2EE
Tints of Powder Blue #AFE2EE
RGB
CMYK
RGB Variations
Color information
#AFE2EE (or 0xAFE2EE) is known color: Powder Blue. HEX triplet: AF, E2 and EE. RGB value is (175,226,238). Sum of RGB (Red+Green+Blue) = 175+226+238=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2EE is #501D11. Grayscale: #D4D4D4. Windows color (decimal): -5250322 or 15655599. OLE color: 15655599.
HSL color Cylindrical-coordinate representation of color #AFE2EE: hue angle of 191.43º 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 #AFE2EE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 226 | 238 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 191.43º | 0.65% | 0.81% | - |
| HSV(B) | 191.43º | 0.26% | 0.93% | - |
| XYZ | 60.31 | 69.68 | 91.16 | - |
| YUV | 212.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 238 | 0.26 | 0.05 | 0 | 0.07 | 191.43 | 0.65 | 0.81 |
| Hex | AF | E2 | EE | 1A | 5 | 0 | 7 | BF | 41 | 51 |
| Octal | 257 | 342 | 356 | 32 | 5 | 0 | 7 | 277 | 101 | 121 |
| Binary | 10101111 | 11100010 | 11101110 | 11010 | 101 | 0 | 111 | 10111111 | 1000001 | 1010001 |
Color Harmonies of #AFE2EE
Complementary color
Monochromatic Colors of #AFE2EE
Black with #AFE2EE
Text Example
Text Example
White with #AFE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2EE; }
p { color: rgb(175,226,238); }
H1.HeaderClassName
{
color: #AFE2EE;
}
.AnyTagClassName
{
color: #AFE2EE;
}
</style>
background-color css
<style>
a { background-color: #AFE2EE; }
a { background-color: rgb(175,226,238); }
div.DivClassName
{
background-color: #AFE2EE;
}
.BgClassName
{
background-color: #AFE2EE;
}
</style>
border-color css
<style>
span { border-color: #AFE2EE; }
span { border-color: rgb(175,226,238); }
td.TdClassName
{
border-color: #AFE2EE;
}
.TagClassName
{
border-color: #AFE2EE;
}
</style>