Html Css Color HEX #AADDDD Powder Blue

📋 copy color: '#AADDDD'

red 170 ◦ green 221 ◦ blue 221

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

Shades of Powder Blue #AADDDD

Tints of Powder Blue #AADDDD

RGB

 RED value IS 170 (66.8% from 255) = 27.78%

 GREEN value IS 221 (86.72% from 255) = 36.11%

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

R = 27.78%
G = 36.11%
B = 36.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADDDD (or 0xAADDDD) is known color: Powder Blue. HEX triplet: AA, DD and DD. RGB value is (170,221,221). Sum of RGB (Red+Green+Blue) = 170+221+221=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #AADDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDD is #552222. Grayscale: #CDCDCD. Windows color (decimal): -5579299 or 14540202. OLE color: 14540202.

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

Color convert

RGB 170 221 221 -
CMYK 0.23 0 0 0.13
HSL 180º 0.43% 0.77% -
HSV(B) 180º 0.23% 0.87% -
XYZ 55.49 65.48 78.12 -
YUV 205.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 170 221 221 0.23 0 0 0.13 180 0.43 0.77
Hex AA DD DD 17 0 0 D B4 2B 4D
Octal 252 335 335 27 0 0 15 264 53 115
Binary 10101010 11011101 11011101 10111 0 0 1101 10110100 101011 1001101

Color Harmonies of #AADDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDDD

Black with #AADDDD

Text Example


Text Example

White with #AADDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDDD; }

 p { color: rgb(170,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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