#AEC6ED

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

Shades of Tropical Blue #AEC6ED

Tints of Tropical Blue #AEC6ED

Color information

#AEC6ED (or 0xAEC6ED) is unknown color: approx Tropical Blue. HEX triplet: AE, C6 and ED. RGB value is (174,198,237). Sum of RGB (Red+Green+Blue) = 174+198+237=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC6ED is #513912. Grayscale: #C3C3C3. Windows color (decimal): -5323027 or 15582894. OLE color: 15582894.

HSL color Cylindrical-coordinate representation of color #AEC6ED: hue angle of 217.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC6ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174198237-
CMYK0.270.1600.07
HSL217.14º63.64%80.59%-
HSV(B)217.14º26.58%92.94%-
XYZ52.9455.588.04-
YUV195.27151.55112.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 198 (77.73% from 255) = 32.51%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=28.57%
G=32.51%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741982370.270.1600.07217.1463.6480.59
HexAEC6ED1B1007d94051
Octal256306355332007331100121
Binary101011101100011011101101110111000001111101100110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6ED; }

 p { color: rgb(174,198,237); }

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

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

 a { background-color: rgb(174,198,237); }

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

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

 span { border-color: rgb(174,198,237); }

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