Html Css Color HEX #AEDEE8 Powder Blue

📋 copy color: '#AEDEE8'

red 174 ◦ green 222 ◦ blue 232

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

Shades of Powder Blue #AEDEE8

Tints of Powder Blue #AEDEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 27.71%
G = 35.35%
B = 36.94%

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

#AEDEE8 (or 0xAEDEE8) is known color: Powder Blue. HEX triplet: AE, DE and E8. RGB value is (174,222,232). Sum of RGB (Red+Green+Blue) = 174+222+232=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE8 is #512117. Grayscale: #D0D0D0. Windows color (decimal): -5316888 or 15261358. OLE color: 15261358.

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

Color convert

RGB 174 222 232 -
CMYK 0.25 0.04 0 0.09
HSL 190.34º 0.56% 0.8% -
HSV(B) 190.34º 0.25% 0.91% -
XYZ 58.14 67.07 86.22 -
YUV 208.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 174 222 232 0.25 0.04 0 0.09 190.34 0.56 0.8
Hex AE DE E8 19 4 0 9 BE 38 50
Octal 256 336 350 31 4 0 11 276 70 120
Binary 10101110 11011110 11101000 11001 100 0 1001 10111110 111000 1010000

Color Harmonies of #AEDEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEE8

Black with #AEDEE8

Text Example


Text Example

White with #AEDEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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