Html Css Color HEX #AEDADD Powder Blue

📋 copy color: '#AEDADD'

red 174 ◦ green 218 ◦ blue 221

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

Shades of Powder Blue #AEDADD

Tints of Powder Blue #AEDADD

RGB

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

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

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

R = 28.38%
G = 35.56%
B = 36.05%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDADD (or 0xAEDADD) is known color: Powder Blue. HEX triplet: AE, DA and DD. RGB value is (174,218,221). Sum of RGB (Red+Green+Blue) = 174+218+221=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADD is #512522. Grayscale: #CDCDCD. Windows color (decimal): -5317923 or 14539438. OLE color: 14539438.

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

Color convert

RGB 174 218 221 -
CMYK 0.21 0.01 0 0.13
HSL 183.83º 0.41% 0.77% -
HSV(B) 183.83º 0.21% 0.87% -
XYZ 55.58 64.36 77.9 -
YUV 205.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 174 218 221 0.21 0.01 0 0.13 183.83 0.41 0.77
Hex AE DA DD 15 1 0 D B8 29 4D
Octal 256 332 335 25 1 0 15 270 51 115
Binary 10101110 11011010 11011101 10101 1 0 1101 10111000 101001 1001101

Color Harmonies of #AEDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDADD

Black with #AEDADD

Text Example


Text Example

White with #AEDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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