Html Css Color HEX #AAC5EA Tropical Blue

📋 copy color: '#AAC5EA'

red 170 ◦ green 197 ◦ blue 234

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

Shades of Tropical Blue #AAC5EA

Tints of Tropical Blue #AAC5EA

RGB

 RED value IS 170 (66.8% from 255) = 28.29%

 GREEN value IS 197 (77.34% from 255) = 32.78%

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

R = 28.29%
G = 32.78%
B = 38.94%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAC5EA (or 0xAAC5EA) is known color: Tropical Blue. HEX triplet: AA, C5 and EA. RGB value is (170,197,234). Sum of RGB (Red+Green+Blue) = 170+197+234=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC5EA is #553A15. Grayscale: #C0C0C0. Windows color (decimal): -5585430 or 15386026. OLE color: 15386026.

HSL color Cylindrical-coordinate representation of color #AAC5EA: hue angle of 214.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC5EA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 197 234 -
CMYK 0.27 0.16 0 0.08
HSL 214.69º 0.6% 0.79% -
HSV(B) 214.69º 0.27% 0.92% -
XYZ 51.4 54.42 85.64 -
YUV 193.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 170 197 234 0.27 0.16 0 0.08 214.69 0.6 0.79
Hex AA C5 EA 1B 10 0 8 D7 3C 4F
Octal 252 305 352 33 20 0 10 327 74 117
Binary 10101010 11000101 11101010 11011 10000 0 1000 11010111 111100 1001111

Color Harmonies of #AAC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5EA

Black with #AAC5EA

Text Example


Text Example

White with #AAC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5EA; }

 p { color: rgb(170,197,234); }

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

background-color css

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

 a { background-color: rgb(170,197,234); }

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

border-color css

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

 span { border-color: rgb(170,197,234); }

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