Html Css Color HEX #AEE0ED Powder Blue

📋 copy color: '#AEE0ED'

red 174 ◦ green 224 ◦ blue 237

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

Shades of Powder Blue #AEE0ED

Tints of Powder Blue #AEE0ED

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.28%

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

R = 27.4%
G = 35.28%
B = 37.32%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEE0ED (or 0xAEE0ED) is known color: Powder Blue. HEX triplet: AE, E0 and ED. RGB value is (174,224,237). Sum of RGB (Red+Green+Blue) = 174+224+237=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0ED is #511F12. Grayscale: #D2D2D2. Windows color (decimal): -5316371 or 15589550. OLE color: 15589550.

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

Color convert

RGB 174 224 237 -
CMYK 0.27 0.05 0 0.07
HSL 192.38º 0.64% 0.81% -
HSV(B) 192.38º 0.27% 0.93% -
XYZ 59.4 68.42 90.2 -
YUV 210.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 174 224 237 0.27 0.05 0 0.07 192.38 0.64 0.81
Hex AE E0 ED 1B 5 0 7 C0 40 51
Octal 256 340 355 33 5 0 7 300 100 121
Binary 10101110 11100000 11101101 11011 101 0 111 11000000 1000000 1010001

Color Harmonies of #AEE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0ED

Black with #AEE0ED

Text Example


Text Example

White with #AEE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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