Html Css Color HEX #AEDDE6 Powder Blue

📋 copy color: '#AEDDE6'

red 174 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #AEDDE6

Tints of Powder Blue #AEDDE6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

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

R = 27.84%
G = 35.36%
B = 36.8%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEDDE6 (or 0xAEDDE6) is known color: Powder Blue. HEX triplet: AE, DD and E6. RGB value is (174,221,230). Sum of RGB (Red+Green+Blue) = 174+221+230=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDE6 is #512219. Grayscale: #CFCFCF. Windows color (decimal): -5317146 or 15130030. OLE color: 15130030.

HSL color Cylindrical-coordinate representation of color #AEDDE6: hue angle of 189.64º 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 #AEDDE6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 221 230 -
CMYK 0.24 0.04 0 0.10
HSL 189.64º 0.53% 0.79% -
HSV(B) 189.64º 0.24% 0.9% -
XYZ 57.59 66.42 84.65 -
YUV 207.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 174 221 230 0.24 0.04 0 0.10 189.64 0.53 0.79
Hex AE DD E6 18 4 0 A BE 35 4F
Octal 256 335 346 30 4 0 12 276 65 117
Binary 10101110 11011101 11100110 11000 100 0 1010 10111110 110101 1001111

Color Harmonies of #AEDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDE6

Black with #AEDDE6

Text Example


Text Example

White with #AEDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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