Html Css Color HEX #AEDEE3 Powder Blue

📋 copy color: '#AEDEE3'

red 174 ◦ green 222 ◦ blue 227

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

Shades of Powder Blue #AEDEE3

Tints of Powder Blue #AEDEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.44%

R = 27.93%
G = 35.63%
B = 36.44%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEDEE3 (or 0xAEDEE3) is known color: Powder Blue. HEX triplet: AE, DE and E3. RGB value is (174,222,227). Sum of RGB (Red+Green+Blue) = 174+222+227=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE3 is #51211C. Grayscale: #D0D0D0. Windows color (decimal): -5316893 or 14933678. OLE color: 14933678.

HSL color Cylindrical-coordinate representation of color #AEDEE3: hue angle of 185.66º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDEE3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 222 227 -
CMYK 0.23 0.02 0 0.11
HSL 185.66º 0.49% 0.79% -
HSV(B) 185.66º 0.23% 0.89% -
XYZ 57.44 66.79 82.54 -
YUV 208.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 174 222 227 0.23 0.02 0 0.11 185.66 0.49 0.79
Hex AE DE E3 17 2 0 B BA 31 4F
Octal 256 336 343 27 2 0 13 272 61 117
Binary 10101110 11011110 11100011 10111 10 0 1011 10111010 110001 1001111

Color Harmonies of #AEDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEE3

Black with #AEDEE3

Text Example


Text Example

White with #AEDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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