Html Css Color HEX #AEE5EA Powder Blue

📋 copy color: '#AEE5EA'

red 174 ◦ green 229 ◦ blue 234

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

Shades of Powder Blue #AEE5EA

Tints of Powder Blue #AEE5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.95%

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

R = 27.32%
G = 35.95%
B = 36.73%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEE5EA (or 0xAEE5EA) is known color: Powder Blue. HEX triplet: AE, E5 and EA. RGB value is (174,229,234). Sum of RGB (Red+Green+Blue) = 174+229+234=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5EA is #511A15. Grayscale: #D5D5D5. Windows color (decimal): -5315094 or 15394222. OLE color: 15394222.

HSL color Cylindrical-coordinate representation of color #AEE5EA: hue angle of 185º 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 #AEE5EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 229 234 -
CMYK 0.26 0.02 0 0.08
HSL 185º 0.59% 0.8% -
HSV(B) 185º 0.26% 0.92% -
XYZ 60.33 70.98 88.36 -
YUV 213.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 174 229 234 0.26 0.02 0 0.08 185 0.59 0.8
Hex AE E5 EA 1A 2 0 8 B9 3B 50
Octal 256 345 352 32 2 0 10 271 73 120
Binary 10101110 11100101 11101010 11010 10 0 1000 10111001 111011 1010000

Color Harmonies of #AEE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5EA

Black with #AEE5EA

Text Example


Text Example

White with #AEE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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