Html Css Color HEX #AEDCDD Powder Blue

📋 copy color: '#AEDCDD'

red 174 ◦ green 220 ◦ blue 221

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

Shades of Powder Blue #AEDCDD

Tints of Powder Blue #AEDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 28.29%
G = 35.77%
B = 35.93%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDCDD (or 0xAEDCDD) is known color: Powder Blue. HEX triplet: AE, DC and DD. RGB value is (174,220,221). Sum of RGB (Red+Green+Blue) = 174+220+221=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDD is #512322. Grayscale: #CECECE. Windows color (decimal): -5317411 or 14539950. OLE color: 14539950.

HSL color Cylindrical-coordinate representation of color #AEDCDD: hue angle of 181.28º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCDD is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 220 221 -
CMYK 0.21 0.00 0 0.13
HSL 181.28º 0.41% 0.77% -
HSV(B) 181.28º 0.21% 0.87% -
XYZ 56.1 65.41 78.07 -
YUV 206.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 174 220 221 0.21 0.00 0 0.13 181.28 0.41 0.77
Hex AE DC DD 15 0 0 D B5 29 4D
Octal 256 334 335 25 0 0 15 265 51 115
Binary 10101110 11011100 11011101 10101 0 0 1101 10110101 101001 1001101

Color Harmonies of #AEDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCDD

Black with #AEDCDD

Text Example


Text Example

White with #AEDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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