Html Css Color HEX #AEDEDD Powder Blue

📋 copy color: '#AEDEDD'

red 174 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #AEDEDD

Tints of Powder Blue #AEDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.98%

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

R = 28.2%
G = 35.98%
B = 35.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#AEDEDD (or 0xAEDEDD) is known color: Powder Blue. HEX triplet: AE, DE and DD. RGB value is (174,222,221). Sum of RGB (Red+Green+Blue) = 174+222+221=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDD is #512122. Grayscale: #CFCFCF. Windows color (decimal): -5316899 or 14540462. OLE color: 14540462.

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

Color convert

RGB 174 222 221 -
CMYK 0.22 0 0.00 0.13
HSL 178.75º 0.42% 0.78% -
HSV(B) 178.75º 0.22% 0.87% -
XYZ 56.63 66.46 78.25 -
YUV 207.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 174 222 221 0.22 0 0.00 0.13 178.75 0.42 0.78
Hex AE DE DD 16 0 0 D B3 2A 4E
Octal 256 336 335 26 0 0 15 263 52 116
Binary 10101110 11011110 11011101 10110 0 0 1101 10110011 101010 1001110

Color Harmonies of #AEDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEDD

Black with #AEDEDD

Text Example


Text Example

White with #AEDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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