Html Css Color HEX #AEDCDC Powder Blue

📋 copy color: '#AEDCDC'

red 174 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #AEDCDC

Tints of Powder Blue #AEDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 28.34%
G = 35.83%
B = 35.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEDCDC (or 0xAEDCDC) is known color: Powder Blue. HEX triplet: AE, DC and DC. RGB value is (174,220,220). Sum of RGB (Red+Green+Blue) = 174+220+220=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #AEDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDC is #512323. Grayscale: #CECECE. Windows color (decimal): -5317412 or 14474414. OLE color: 14474414.

HSL color Cylindrical-coordinate representation of color #AEDCDC: hue angle of 180º 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 #AEDCDC is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 220 -
CMYK 0.21 0 0 0.14
HSL 180º 0.4% 0.77% -
HSV(B) 180º 0.21% 0.86% -
XYZ 55.97 65.35 77.37 -
YUV 206.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 174 220 220 0.21 0 0 0.14 180 0.4 0.77
Hex AE DC DC 15 0 0 E B4 28 4D
Octal 256 334 334 25 0 0 16 264 50 115
Binary 10101110 11011100 11011100 10101 0 0 1110 10110100 101000 1001101

Color Harmonies of #AEDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCDC

Black with #AEDCDC

Text Example


Text Example

White with #AEDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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