Html Css Color HEX #AEDBE3 Powder Blue

📋 copy color: '#AEDBE3'

red 174 ◦ green 219 ◦ blue 227

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

Shades of Powder Blue #AEDBE3

Tints of Powder Blue #AEDBE3

RGB

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

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

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

R = 28.06%
G = 35.32%
B = 36.61%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEDBE3 (or 0xAEDBE3) is known color: Powder Blue. HEX triplet: AE, DB and E3. RGB value is (174,219,227). Sum of RGB (Red+Green+Blue) = 174+219+227=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE3 is #51241C. Grayscale: #CECECE. Windows color (decimal): -5317661 or 14932910. OLE color: 14932910.

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

Color convert

RGB 174 219 227 -
CMYK 0.23 0.04 0 0.11
HSL 189.06º 0.49% 0.79% -
HSV(B) 189.06º 0.23% 0.89% -
XYZ 56.65 65.21 82.27 -
YUV 206.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 174 219 227 0.23 0.04 0 0.11 189.06 0.49 0.79
Hex AE DB E3 17 4 0 B BD 31 4F
Octal 256 333 343 27 4 0 13 275 61 117
Binary 10101110 11011011 11100011 10111 100 0 1011 10111101 110001 1001111

Color Harmonies of #AEDBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBE3

Black with #AEDBE3

Text Example


Text Example

White with #AEDBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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