#AECAE6

Color #AECAE6 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #AECAE6

Tints of Tropical Blue #AECAE6

Color information

#AECAE6 (or 0xAECAE6) is unknown color: approx Tropical Blue. HEX triplet: AE, CA and E6. RGB value is (174,202,230). Sum of RGB (Red+Green+Blue) = 174+202+230=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #AECAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAE6 is #513519. Grayscale: #C4C4C4. Windows color (decimal): -5322010 or 15125166. OLE color: 15125166.

HSL color Cylindrical-coordinate representation of color #AECAE6: hue angle of 210º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECAE6 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174202230-
CMYK0.240.1200.10
HSL210º52.83%79.22%-
HSV(B)210º24.35%90.2%-
XYZ52.8656.9583.07-
YUV196.82146.72111.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=28.71%
G=33.33%
B=37.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742022300.240.1200.1021052.8379.22
HexAECAE618C0Ad2354f
Octal256312346301401232265117
Binary10101110110010101110011011000110001010110100101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAE6; }

 p { color: rgb(174,202,230); }

 H1.HeaderClassName
 {
   color: #AECAE6;
 }
 .AnyTagClassName
 {
   color: #AECAE6;
 }
</style>
background-color css

<style>
 a { background-color: #AECAE6; }

 a { background-color: rgb(174,202,230); }

 div.DivClassName
 {
   background-color: #AECAE6;
 }
 .BgClassName
 {
   background-color: #AECAE6;
 }
</style>
border-color css

<style>
 span { border-color: #AECAE6; }

 span { border-color: rgb(174,202,230); }

 td.TdClassName
 {
   border-color: #AECAE6;
 }
 .TagClassName
 {
   border-color: #AECAE6;
 }
</style>