Html Css Color HEX #AEDBE1 Powder Blue

📋 copy color: '#AEDBE1'

red 174 ◦ green 219 ◦ blue 225

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

Shades of Powder Blue #AEDBE1

Tints of Powder Blue #AEDBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 28.16%
G = 35.44%
B = 36.41%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEDBE1 (or 0xAEDBE1) is known color: Powder Blue. HEX triplet: AE, DB and E1. RGB value is (174,219,225). Sum of RGB (Red+Green+Blue) = 174+219+225=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE1 is #51241E. Grayscale: #CECECE. Windows color (decimal): -5317663 or 14801838. OLE color: 14801838.

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

Color convert

RGB 174 219 225 -
CMYK 0.23 0.03 0 0.12
HSL 187.06º 0.46% 0.78% -
HSV(B) 187.06º 0.23% 0.88% -
XYZ 56.38 65.1 80.83 -
YUV 206.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 174 219 225 0.23 0.03 0 0.12 187.06 0.46 0.78
Hex AE DB E1 17 3 0 C BB 2E 4E
Octal 256 333 341 27 3 0 14 273 56 116
Binary 10101110 11011011 11100001 10111 11 0 1100 10111011 101110 1001110

Color Harmonies of #AEDBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBE1

Black with #AEDBE1

Text Example


Text Example

White with #AEDBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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