Shades of Tropical Blue #AECAF2
Tints of Tropical Blue #AECAF2
RGB
CMYK
RGB Variations
Color information
#AECAF2 (or 0xAECAF2) is known color: Tropical Blue. HEX triplet: AE, CA and F2. RGB value is (174,202,242). Sum of RGB (Red+Green+Blue) = 174+202+242=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #AECAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAF2 is #51350D. Grayscale: #C6C6C6. Windows color (decimal): -5321998 or 15911598. OLE color: 15911598.
HSL color Cylindrical-coordinate representation of color #AECAF2: hue angle of 215.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECAF2 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 202 | 242 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.05 |
| HSL | 215.29º | 0.72% | 0.82% | - |
| HSV(B) | 215.29º | 0.28% | 0.95% | - |
| XYZ | 54.6 | 57.65 | 92.25 | - |
| YUV | 198.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 242 | 0.28 | 0.17 | 0 | 0.05 | 215.29 | 0.72 | 0.82 |
| Hex | AE | CA | F2 | 1C | 11 | 0 | 5 | D7 | 48 | 52 |
| Octal | 256 | 312 | 362 | 34 | 21 | 0 | 5 | 327 | 110 | 122 |
| Binary | 10101110 | 11001010 | 11110010 | 11100 | 10001 | 0 | 101 | 11010111 | 1001000 | 1010010 |
Color Harmonies of #AECAF2
Complementary color
Monochromatic Colors of #AECAF2
Black with #AECAF2
Text Example
Text Example
White with #AECAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAF2; }
p { color: rgb(174,202,242); }
H1.HeaderClassName
{
color: #AECAF2;
}
.AnyTagClassName
{
color: #AECAF2;
}
</style>
background-color css
<style>
a { background-color: #AECAF2; }
a { background-color: rgb(174,202,242); }
div.DivClassName
{
background-color: #AECAF2;
}
.BgClassName
{
background-color: #AECAF2;
}
</style>
border-color css
<style>
span { border-color: #AECAF2; }
span { border-color: rgb(174,202,242); }
td.TdClassName
{
border-color: #AECAF2;
}
.TagClassName
{
border-color: #AECAF2;
}
</style>