Html Css Color HEX #AEC2EA Tropical Blue

📋 copy color: '#AEC2EA'

red 174 ◦ green 194 ◦ blue 234

#AEC2EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #AEC2EA

Tints of Tropical Blue #AEC2EA

RGB

 RED value IS 174 (68.36% from 255) = 28.9%

 GREEN value IS 194 (76.17% from 255) = 32.23%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 28.9%
G = 32.23%
B = 38.87%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEC2EA (or 0xAEC2EA) is known color: Tropical Blue. HEX triplet: AE, C2 and EA. RGB value is (174,194,234). Sum of RGB (Red+Green+Blue) = 174+194+234=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2EA is #513D15. Grayscale: #C0C0C0. Windows color (decimal): -5324054 or 15385262. OLE color: 15385262.

HSL color Cylindrical-coordinate representation of color #AEC2EA: hue angle of 220º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC2EA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 194 234 -
CMYK 0.26 0.17 0 0.08
HSL 220º 0.59% 0.8% -
HSV(B) 220º 0.26% 0.92% -
XYZ 51.6 53.52 85.45 -
YUV 192.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 174 194 234 0.26 0.17 0 0.08 220 0.59 0.8
Hex AE C2 EA 1A 11 0 8 DC 3B 50
Octal 256 302 352 32 21 0 10 334 73 120
Binary 10101110 11000010 11101010 11010 10001 0 1000 11011100 111011 1010000

Color Harmonies of #AEC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2EA

Black with #AEC2EA

Text Example


Text Example

White with #AEC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2EA; }

 p { color: rgb(174,194,234); }

 H1.HeaderClassName
 {
   color: #AEC2EA;
 }
 .AnyTagClassName
 {
   color: #AEC2EA;
 }
</style>

background-color css

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

 a { background-color: rgb(174,194,234); }

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

border-color css

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

 span { border-color: rgb(174,194,234); }

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