Html Css Color HEX #AEDAE1 Powder Blue

📋 copy color: '#AEDAE1'

red 174 ◦ green 218 ◦ blue 225

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

Shades of Powder Blue #AEDAE1

Tints of Powder Blue #AEDAE1

RGB

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

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

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

R = 28.2%
G = 35.33%
B = 36.47%

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

#AEDAE1 (or 0xAEDAE1) is known color: Powder Blue. HEX triplet: AE, DA and E1. RGB value is (174,218,225). Sum of RGB (Red+Green+Blue) = 174+218+225=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAE1 is #51251E. Grayscale: #CDCDCD. Windows color (decimal): -5317919 or 14801582. OLE color: 14801582.

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

Color convert

RGB 174 218 225 -
CMYK 0.23 0.03 0 0.12
HSL 188.24º 0.46% 0.78% -
HSV(B) 188.24º 0.23% 0.88% -
XYZ 56.12 64.58 80.74 -
YUV 205.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 174 218 225 0.23 0.03 0 0.12 188.24 0.46 0.78
Hex AE DA E1 17 3 0 C BC 2E 4E
Octal 256 332 341 27 3 0 14 274 56 116
Binary 10101110 11011010 11100001 10111 11 0 1100 10111100 101110 1001110

Color Harmonies of #AEDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAE1

Black with #AEDAE1

Text Example


Text Example

White with #AEDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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