Html Css Color HEX #AEDEE6 Powder Blue

📋 copy color: '#AEDEE6'

red 174 ◦ green 222 ◦ blue 230

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

Shades of Powder Blue #AEDEE6

Tints of Powder Blue #AEDEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.74%

R = 27.8%
G = 35.46%
B = 36.74%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEDEE6 (or 0xAEDEE6) is known color: Powder Blue. HEX triplet: AE, DE and E6. RGB value is (174,222,230). Sum of RGB (Red+Green+Blue) = 174+222+230=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE6 is #512119. Grayscale: #D0D0D0. Windows color (decimal): -5316890 or 15130286. OLE color: 15130286.

HSL color Cylindrical-coordinate representation of color #AEDEE6: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDEE6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 222 230 -
CMYK 0.24 0.03 0 0.10
HSL 188.57º 0.53% 0.79% -
HSV(B) 188.57º 0.24% 0.9% -
XYZ 57.86 66.95 84.74 -
YUV 208.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 174 222 230 0.24 0.03 0 0.10 188.57 0.53 0.79
Hex AE DE E6 18 3 0 A BD 35 4F
Octal 256 336 346 30 3 0 12 275 65 117
Binary 10101110 11011110 11100110 11000 11 0 1010 10111101 110101 1001111

Color Harmonies of #AEDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEE6

Black with #AEDEE6

Text Example


Text Example

White with #AEDEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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