Shades of Powder Blue #AEE6ED
Tints of Powder Blue #AEE6ED
RGB
CMYK
RGB Variations
Color information
#AEE6ED (or 0xAEE6ED) is known color: Powder Blue. HEX triplet: AE, E6 and ED. RGB value is (174,230,237). Sum of RGB (Red+Green+Blue) = 174+230+237=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE6ED is #511912. Grayscale: #D5D5D5. Windows color (decimal): -5314835 or 15591086. OLE color: 15591086.
HSL color Cylindrical-coordinate representation of color #AEE6ED: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE6ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 230 | 237 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 186.67º | 0.64% | 0.81% | - |
HSV(B) | 186.67º | 0.27% | 0.93% | - |
XYZ | 61.04 | 71.71 | 90.74 | - |
YUV | 214.05 | 140.95 | 99.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 230 | 237 | 0.27 | 0.03 | 0 | 0.07 | 186.67 | 0.64 | 0.81 |
Hex | AE | E6 | ED | 1B | 3 | 0 | 7 | BB | 40 | 51 |
Octal | 256 | 346 | 355 | 33 | 3 | 0 | 7 | 273 | 100 | 121 |
Binary | 10101110 | 11100110 | 11101101 | 11011 | 11 | 0 | 111 | 10111011 | 1000000 | 1010001 |
Color Harmonies of #AEE6ED
Complementary color
Monochromatic Colors of #AEE6ED
Black with #AEE6ED
Text Example
Text Example
White with #AEE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE6ED; }
p { color: rgb(174,230,237); }
H1.HeaderClassName
{
color: #AEE6ED;
}
.AnyTagClassName
{
color: #AEE6ED;
}
</style>
background-color css
<style>
a { background-color: #AEE6ED; }
a { background-color: rgb(174,230,237); }
div.DivClassName
{
background-color: #AEE6ED;
}
.BgClassName
{
background-color: #AEE6ED;
}
</style>
border-color css
<style>
span { border-color: #AEE6ED; }
span { border-color: rgb(174,230,237); }
td.TdClassName
{
border-color: #AEE6ED;
}
.TagClassName
{
border-color: #AEE6ED;
}
</style>