Shades of Powder Blue #AEE2ED
Tints of Powder Blue #AEE2ED
RGB
CMYK
RGB Variations
Color information
#AEE2ED (or 0xAEE2ED) is known color: Powder Blue. HEX triplet: AE, E2 and ED. RGB value is (174,226,237). Sum of RGB (Red+Green+Blue) = 174+226+237=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2ED is #511D12. Grayscale: #D3D3D3. Windows color (decimal): -5315859 or 15590062. OLE color: 15590062.
HSL color Cylindrical-coordinate representation of color #AEE2ED: hue angle of 190.48º 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 #AEE2ED is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 226 | 237 | - |
CMYK | 0.27 | 0.05 | 0 | 0.07 |
HSL | 190.48º | 0.64% | 0.81% | - |
HSV(B) | 190.48º | 0.27% | 0.93% | - |
XYZ | 59.94 | 69.51 | 90.38 | - |
YUV | 211.71 | 142.27 | 101.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 226 | 237 | 0.27 | 0.05 | 0 | 0.07 | 190.48 | 0.64 | 0.81 |
Hex | AE | E2 | ED | 1B | 5 | 0 | 7 | BE | 40 | 51 |
Octal | 256 | 342 | 355 | 33 | 5 | 0 | 7 | 276 | 100 | 121 |
Binary | 10101110 | 11100010 | 11101101 | 11011 | 101 | 0 | 111 | 10111110 | 1000000 | 1010001 |
Color Harmonies of #AEE2ED
Complementary color
Monochromatic Colors of #AEE2ED
Black with #AEE2ED
Text Example
Text Example
White with #AEE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2ED; }
p { color: rgb(174,226,237); }
H1.HeaderClassName
{
color: #AEE2ED;
}
.AnyTagClassName
{
color: #AEE2ED;
}
</style>
background-color css
<style>
a { background-color: #AEE2ED; }
a { background-color: rgb(174,226,237); }
div.DivClassName
{
background-color: #AEE2ED;
}
.BgClassName
{
background-color: #AEE2ED;
}
</style>
border-color css
<style>
span { border-color: #AEE2ED; }
span { border-color: rgb(174,226,237); }
td.TdClassName
{
border-color: #AEE2ED;
}
.TagClassName
{
border-color: #AEE2ED;
}
</style>