Html Css Color HEX #AEDBE0 Powder Blue

📋 copy color: '#AEDBE0'

red 174 ◦ green 219 ◦ blue 224

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

Shades of Powder Blue #AEDBE0

Tints of Powder Blue #AEDBE0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.49%

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 28.2%
G = 35.49%
B = 36.3%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEDBE0 (or 0xAEDBE0) is known color: Powder Blue. HEX triplet: AE, DB and E0. RGB value is (174,219,224). Sum of RGB (Red+Green+Blue) = 174+219+224=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE0 is #51241F. Grayscale: #CECECE. Windows color (decimal): -5317664 or 14736302. OLE color: 14736302.

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

Color convert

RGB 174 219 224 -
CMYK 0.22 0.02 0 0.12
HSL 186º 0.45% 0.78% -
HSV(B) 186º 0.22% 0.88% -
XYZ 56.24 65.04 80.11 -
YUV 206.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 174 219 224 0.22 0.02 0 0.12 186 0.45 0.78
Hex AE DB E0 16 2 0 C BA 2D 4E
Octal 256 333 340 26 2 0 14 272 55 116
Binary 10101110 11011011 11100000 10110 10 0 1100 10111010 101101 1001110

Color Harmonies of #AEDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBE0

Black with #AEDBE0

Text Example


Text Example

White with #AEDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBE0; }

 p { color: rgb(174,219,224); }

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

background-color css

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

 a { background-color: rgb(174,219,224); }

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

border-color css

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

 span { border-color: rgb(174,219,224); }

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