Shades of Tropical Blue #AECBF2
Tints of Tropical Blue #AECBF2
RGB
CMYK
RGB Variations
Color information
#AECBF2 (or 0xAECBF2) is known color: Tropical Blue. HEX triplet: AE, CB and F2. RGB value is (174,203,242). Sum of RGB (Red+Green+Blue) = 174+203+242=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #AECBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBF2 is #51340D. Grayscale: #C6C6C6. Windows color (decimal): -5321742 or 15911854. OLE color: 15911854.
HSL color Cylindrical-coordinate representation of color #AECBF2: hue angle of 214.41º 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 #AECBF2 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 203 | 242 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.05 |
| HSL | 214.41º | 0.72% | 0.82% | - |
| HSV(B) | 214.41º | 0.28% | 0.95% | - |
| XYZ | 54.84 | 58.12 | 92.33 | - |
| YUV | 198.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 242 | 0.28 | 0.16 | 0 | 0.05 | 214.41 | 0.72 | 0.82 |
| Hex | AE | CB | F2 | 1C | 10 | 0 | 5 | D6 | 48 | 52 |
| Octal | 256 | 313 | 362 | 34 | 20 | 0 | 5 | 326 | 110 | 122 |
| Binary | 10101110 | 11001011 | 11110010 | 11100 | 10000 | 0 | 101 | 11010110 | 1001000 | 1010010 |
Color Harmonies of #AECBF2
Complementary color
Monochromatic Colors of #AECBF2
Black with #AECBF2
Text Example
Text Example
White with #AECBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBF2; }
p { color: rgb(174,203,242); }
H1.HeaderClassName
{
color: #AECBF2;
}
.AnyTagClassName
{
color: #AECBF2;
}
</style>
background-color css
<style>
a { background-color: #AECBF2; }
a { background-color: rgb(174,203,242); }
div.DivClassName
{
background-color: #AECBF2;
}
.BgClassName
{
background-color: #AECBF2;
}
</style>
border-color css
<style>
span { border-color: #AECBF2; }
span { border-color: rgb(174,203,242); }
td.TdClassName
{
border-color: #AECBF2;
}
.TagClassName
{
border-color: #AECBF2;
}
</style>