Shades of Tropical Blue #AECAF4
Tints of Tropical Blue #AECAF4
RGB
CMYK
RGB Variations
Color information
#AECAF4 (or 0xAECAF4) is known color: Tropical Blue. HEX triplet: AE, CA and F4. RGB value is (174,202,244). Sum of RGB (Red+Green+Blue) = 174+202+244=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #AECAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAF4 is #51350B. Grayscale: #C6C6C6. Windows color (decimal): -5321996 or 16042670. OLE color: 16042670.
HSL color Cylindrical-coordinate representation of color #AECAF4: hue angle of 216º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AECAF4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 174 | 202 | 244 | - |
CMYK | 0.29 | 0.17 | 0 | 0.04 |
HSL | 216º | 0.76% | 0.82% | - |
HSV(B) | 216º | 0.29% | 0.96% | - |
XYZ | 54.91 | 57.77 | 93.85 | - |
YUV | 198.42 | 153.72 | 110.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 244 | 0.29 | 0.17 | 0 | 0.04 | 216 | 0.76 | 0.82 |
Hex | AE | CA | F4 | 1D | 11 | 0 | 4 | D8 | 4C | 52 |
Octal | 256 | 312 | 364 | 35 | 21 | 0 | 4 | 330 | 114 | 122 |
Binary | 10101110 | 11001010 | 11110100 | 11101 | 10001 | 0 | 100 | 11011000 | 1001100 | 1010010 |
Color Harmonies of #AECAF4
Complementary color
Monochromatic Colors of #AECAF4
Black with #AECAF4
Text Example
Text Example
White with #AECAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAF4; }
p { color: rgb(174,202,244); }
H1.HeaderClassName
{
color: #AECAF4;
}
.AnyTagClassName
{
color: #AECAF4;
}
</style>
background-color css
<style>
a { background-color: #AECAF4; }
a { background-color: rgb(174,202,244); }
div.DivClassName
{
background-color: #AECAF4;
}
.BgClassName
{
background-color: #AECAF4;
}
</style>
border-color css
<style>
span { border-color: #AECAF4; }
span { border-color: rgb(174,202,244); }
td.TdClassName
{
border-color: #AECAF4;
}
.TagClassName
{
border-color: #AECAF4;
}
</style>