Html Css Color HEX #AEDEE7 Powder Blue

📋 copy color: '#AEDEE7'

red 174 ◦ green 222 ◦ blue 231

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

Shades of Powder Blue #AEDEE7

Tints of Powder Blue #AEDEE7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

 BLUE value IS 231 (90.63% from 255) = 36.84%

R = 27.75%
G = 35.41%
B = 36.84%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AEDEE7 (or 0xAEDEE7) is known color: Powder Blue. HEX triplet: AE, DE and E7. RGB value is (174,222,231). Sum of RGB (Red+Green+Blue) = 174+222+231=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEDEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE7 is #512118. Grayscale: #D0D0D0. Windows color (decimal): -5316889 or 15195822. OLE color: 15195822.

HSL color Cylindrical-coordinate representation of color #AEDEE7: hue angle of 189.47º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDEE7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 222 231 -
CMYK 0.25 0.04 0 0.09
HSL 189.47º 0.54% 0.79% -
HSV(B) 189.47º 0.25% 0.91% -
XYZ 58 67.01 85.48 -
YUV 208.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 174 222 231 0.25 0.04 0 0.09 189.47 0.54 0.79
Hex AE DE E7 19 4 0 9 BD 36 4F
Octal 256 336 347 31 4 0 11 275 66 117
Binary 10101110 11011110 11100111 11001 100 0 1001 10111101 110110 1001111

Color Harmonies of #AEDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEE7

Black with #AEDEE7

Text Example


Text Example

White with #AEDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEE7; }

 p { color: rgb(174,222,231); }

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

background-color css

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

 a { background-color: rgb(174,222,231); }

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

border-color css

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

 span { border-color: rgb(174,222,231); }

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