Html Css Color HEX #AEDADE Powder Blue

📋 copy color: '#AEDADE'

red 174 ◦ green 218 ◦ blue 222

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

Shades of Powder Blue #AEDADE

Tints of Powder Blue #AEDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 28.34%
G = 35.5%
B = 36.16%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDADE (or 0xAEDADE) is known color: Powder Blue. HEX triplet: AE, DA and DE. RGB value is (174,218,222). Sum of RGB (Red+Green+Blue) = 174+218+222=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEDADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADE is #512521. Grayscale: #CDCDCD. Windows color (decimal): -5317922 or 14604974. OLE color: 14604974.

HSL color Cylindrical-coordinate representation of color #AEDADE: hue angle of 185º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDADE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 218 222 -
CMYK 0.22 0.02 0 0.13
HSL 185º 0.42% 0.78% -
HSV(B) 185º 0.22% 0.87% -
XYZ 55.71 64.42 78.6 -
YUV 205.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 174 218 222 0.22 0.02 0 0.13 185 0.42 0.78
Hex AE DA DE 16 2 0 D B9 2A 4E
Octal 256 332 336 26 2 0 15 271 52 116
Binary 10101110 11011010 11011110 10110 10 0 1101 10111001 101010 1001110

Color Harmonies of #AEDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDADE

Black with #AEDADE

Text Example


Text Example

White with #AEDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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