Shades of Tropical Blue #AEC2EB
Tints of Tropical Blue #AEC2EB
RGB
CMYK
RGB Variations
Color information
#AEC2EB (or 0xAEC2EB) is known color: Tropical Blue. HEX triplet: AE, C2 and EB. RGB value is (174,194,235). Sum of RGB (Red+Green+Blue) = 174+194+235=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EB is #513D14. Grayscale: #C0C0C0. Windows color (decimal): -5324053 or 15450798. OLE color: 15450798.
HSL color Cylindrical-coordinate representation of color #AEC2EB: hue angle of 220.33º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC2EB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 174 | 194 | 235 | - |
CMYK | 0.26 | 0.17 | 0 | 0.08 |
HSL | 220.33º | 0.6% | 0.8% | - |
HSV(B) | 220.33º | 0.26% | 0.92% | - |
XYZ | 51.74 | 53.58 | 86.21 | - |
YUV | 192.69 | 151.87 | 114.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 194 | 235 | 0.26 | 0.17 | 0 | 0.08 | 220.33 | 0.6 | 0.8 |
Hex | AE | C2 | EB | 1A | 11 | 0 | 8 | DC | 3C | 50 |
Octal | 256 | 302 | 353 | 32 | 21 | 0 | 10 | 334 | 74 | 120 |
Binary | 10101110 | 11000010 | 11101011 | 11010 | 10001 | 0 | 1000 | 11011100 | 111100 | 1010000 |
Color Harmonies of #AEC2EB
Complementary color
Monochromatic Colors of #AEC2EB
Black with #AEC2EB
Text Example
Text Example
White with #AEC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2EB; }
p { color: rgb(174,194,235); }
H1.HeaderClassName
{
color: #AEC2EB;
}
.AnyTagClassName
{
color: #AEC2EB;
}
</style>
background-color css
<style>
a { background-color: #AEC2EB; }
a { background-color: rgb(174,194,235); }
div.DivClassName
{
background-color: #AEC2EB;
}
.BgClassName
{
background-color: #AEC2EB;
}
</style>
border-color css
<style>
span { border-color: #AEC2EB; }
span { border-color: rgb(174,194,235); }
td.TdClassName
{
border-color: #AEC2EB;
}
.TagClassName
{
border-color: #AEC2EB;
}
</style>