Shades of Powder Blue #AFE6E9
Tints of Powder Blue #AFE6E9
RGB
CMYK
RGB Variations
Color information
#AFE6E9 (or 0xAFE6E9) is known color: Powder Blue. HEX triplet: AF, E6 and E9. RGB value is (175,230,233). Sum of RGB (Red+Green+Blue) = 175+230+233=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFE6E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6E9 is #501916. Grayscale: #D5D5D5. Windows color (decimal): -5249303 or 15328943. OLE color: 15328943.
HSL color Cylindrical-coordinate representation of color #AFE6E9: hue angle of 183.1º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE6E9 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 230 | 233 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.09 |
| HSL | 183.1º | 0.57% | 0.8% | - |
| HSV(B) | 183.1º | 0.25% | 0.91% | - |
| XYZ | 60.68 | 71.59 | 87.71 | - |
| YUV | 213.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 233 | 0.25 | 0.01 | 0 | 0.09 | 183.1 | 0.57 | 0.8 |
| Hex | AF | E6 | E9 | 19 | 1 | 0 | 9 | B7 | 39 | 50 |
| Octal | 257 | 346 | 351 | 31 | 1 | 0 | 11 | 267 | 71 | 120 |
| Binary | 10101111 | 11100110 | 11101001 | 11001 | 1 | 0 | 1001 | 10110111 | 111001 | 1010000 |
Color Harmonies of #AFE6E9
Complementary color
Monochromatic Colors of #AFE6E9
Black with #AFE6E9
Text Example
Text Example
White with #AFE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6E9; }
p { color: rgb(175,230,233); }
H1.HeaderClassName
{
color: #AFE6E9;
}
.AnyTagClassName
{
color: #AFE6E9;
}
</style>
background-color css
<style>
a { background-color: #AFE6E9; }
a { background-color: rgb(175,230,233); }
div.DivClassName
{
background-color: #AFE6E9;
}
.BgClassName
{
background-color: #AFE6E9;
}
</style>
border-color css
<style>
span { border-color: #AFE6E9; }
span { border-color: rgb(175,230,233); }
td.TdClassName
{
border-color: #AFE6E9;
}
.TagClassName
{
border-color: #AFE6E9;
}
</style>