Shades of Powder Blue #AFE6E6
Tints of Powder Blue #AFE6E6
RGB
CMYK
RGB Variations
Color information
#AFE6E6 (or 0xAFE6E6) is known color: Powder Blue. HEX triplet: AF, E6 and E6. RGB value is (175,230,230). Sum of RGB (Red+Green+Blue) = 175+230+230=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: green, blue. Hex color #AFE6E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE6E6 is #501919. Grayscale: #D5D5D5. Windows color (decimal): -5249306 or 15132335. OLE color: 15132335.
HSL color Cylindrical-coordinate representation of color #AFE6E6: hue angle of 180º 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 #AFE6E6 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 230 | - |
| CMYK | 0.24 | 0 | 0 | 0.10 |
| HSL | 180º | 0.52% | 0.79% | - |
| HSV(B) | 180º | 0.24% | 0.9% | - |
| XYZ | 60.26 | 71.42 | 85.47 | - |
| YUV | 213.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 230 | 0.24 | 0 | 0 | 0.10 | 180 | 0.52 | 0.79 |
| Hex | AF | E6 | E6 | 18 | 0 | 0 | A | B4 | 34 | 4F |
| Octal | 257 | 346 | 346 | 30 | 0 | 0 | 12 | 264 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11100110 | 11000 | 0 | 0 | 1010 | 10110100 | 110100 | 1001111 |
Color Harmonies of #AFE6E6
Complementary color
Monochromatic Colors of #AFE6E6
Black with #AFE6E6
Text Example
Text Example
White with #AFE6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6E6; }
p { color: rgb(175,230,230); }
H1.HeaderClassName
{
color: #AFE6E6;
}
.AnyTagClassName
{
color: #AFE6E6;
}
</style>
background-color css
<style>
a { background-color: #AFE6E6; }
a { background-color: rgb(175,230,230); }
div.DivClassName
{
background-color: #AFE6E6;
}
.BgClassName
{
background-color: #AFE6E6;
}
</style>
border-color css
<style>
span { border-color: #AFE6E6; }
span { border-color: rgb(175,230,230); }
td.TdClassName
{
border-color: #AFE6E6;
}
.TagClassName
{
border-color: #AFE6E6;
}
</style>