Html Css Color HEX #AEDADC Powder Blue

📋 copy color: '#AEDADC'

red 174 ◦ green 218 ◦ blue 220

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

Shades of Powder Blue #AEDADC

Tints of Powder Blue #AEDADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 28.43%
G = 35.62%
B = 35.95%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEDADC (or 0xAEDADC) is known color: Powder Blue. HEX triplet: AE, DA and DC. RGB value is (174,218,220). Sum of RGB (Red+Green+Blue) = 174+218+220=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADC is #512523. Grayscale: #CDCDCD. Windows color (decimal): -5317924 or 14473902. OLE color: 14473902.

HSL color Cylindrical-coordinate representation of color #AEDADC: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDADC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 218 220 -
CMYK 0.21 0.01 0 0.14
HSL 182.61º 0.4% 0.77% -
HSV(B) 182.61º 0.21% 0.86% -
XYZ 55.45 64.31 77.2 -
YUV 205.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 174 218 220 0.21 0.01 0 0.14 182.61 0.4 0.77
Hex AE DA DC 15 1 0 E B7 28 4D
Octal 256 332 334 25 1 0 16 267 50 115
Binary 10101110 11011010 11011100 10101 1 0 1110 10110111 101000 1001101

Color Harmonies of #AEDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDADC

Black with #AEDADC

Text Example


Text Example

White with #AEDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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