Html Css Color HEX #AEE5ED Powder Blue

📋 copy color: '#AEE5ED'

red 174 ◦ green 229 ◦ blue 237

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

Shades of Powder Blue #AEE5ED

Tints of Powder Blue #AEE5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 27.19%
G = 35.78%
B = 37.03%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEE5ED (or 0xAEE5ED) is known color: Powder Blue. HEX triplet: AE, E5 and ED. RGB value is (174,229,237). Sum of RGB (Red+Green+Blue) = 174+229+237=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5ED is #511A12. Grayscale: #D5D5D5. Windows color (decimal): -5315091 or 15590830. OLE color: 15590830.

HSL color Cylindrical-coordinate representation of color #AEE5ED: hue angle of 187.62º 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 #AEE5ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 229 237 -
CMYK 0.27 0.03 0 0.07
HSL 187.62º 0.64% 0.81% -
HSV(B) 187.62º 0.27% 0.93% -
XYZ 60.76 71.15 90.65 -
YUV 213.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 174 229 237 0.27 0.03 0 0.07 187.62 0.64 0.81
Hex AE E5 ED 1B 3 0 7 BC 40 51
Octal 256 345 355 33 3 0 7 274 100 121
Binary 10101110 11100101 11101101 11011 11 0 111 10111100 1000000 1010001

Color Harmonies of #AEE5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5ED

Black with #AEE5ED

Text Example


Text Example

White with #AEE5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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