Shades of Powder Blue #AFE2E6
Tints of Powder Blue #AFE2E6
RGB
CMYK
RGB Variations
Color information
#AFE2E6 (or 0xAFE2E6) is known color: Powder Blue. HEX triplet: AF, E2 and E6. RGB value is (175,226,230). Sum of RGB (Red+Green+Blue) = 175+226+230=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFE2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFE2E6 is #501D19. Grayscale: #D3D3D3. Windows color (decimal): -5250330 or 15131311. OLE color: 15131311.
HSL color Cylindrical-coordinate representation of color #AFE2E6: hue angle of 184.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE2E6 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 226 | 230 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.10 |
| HSL | 184.36º | 0.52% | 0.79% | - |
| HSV(B) | 184.36º | 0.24% | 0.9% | - |
| XYZ | 59.16 | 69.22 | 85.11 | - |
| YUV | 211.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 230 | 0.24 | 0.02 | 0 | 0.10 | 184.36 | 0.52 | 0.79 |
| Hex | AF | E2 | E6 | 18 | 2 | 0 | A | B8 | 34 | 4F |
| Octal | 257 | 342 | 346 | 30 | 2 | 0 | 12 | 270 | 64 | 117 |
| Binary | 10101111 | 11100010 | 11100110 | 11000 | 10 | 0 | 1010 | 10111000 | 110100 | 1001111 |
Color Harmonies of #AFE2E6
Complementary color
Monochromatic Colors of #AFE2E6
Black with #AFE2E6
Text Example
Text Example
White with #AFE2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2E6; }
p { color: rgb(175,226,230); }
H1.HeaderClassName
{
color: #AFE2E6;
}
.AnyTagClassName
{
color: #AFE2E6;
}
</style>
background-color css
<style>
a { background-color: #AFE2E6; }
a { background-color: rgb(175,226,230); }
div.DivClassName
{
background-color: #AFE2E6;
}
.BgClassName
{
background-color: #AFE2E6;
}
</style>
border-color css
<style>
span { border-color: #AFE2E6; }
span { border-color: rgb(175,226,230); }
td.TdClassName
{
border-color: #AFE2E6;
}
.TagClassName
{
border-color: #AFE2E6;
}
</style>