Html Css Color HEX #AAADDD Perano

📋 copy color: '#AAADDD'

red 170 ◦ green 173 ◦ blue 221

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

Shades of Perano #AAADDD

Tints of Perano #AAADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.67%

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

R = 30.14%
G = 30.67%
B = 39.18%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAADDD (or 0xAAADDD) is known color: Perano. HEX triplet: AA, AD and DD. RGB value is (170,173,221). Sum of RGB (Red+Green+Blue) = 170+173+221=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDD is #555222. Grayscale: #B1B1B1. Windows color (decimal): -5591587 or 14527914. OLE color: 14527914.

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

Color convert

RGB 170 173 221 -
CMYK 0.23 0.22 0 0.13
HSL 236.47º 0.43% 0.77% -
HSV(B) 236.47º 0.23% 0.87% -
XYZ 44.57 43.65 74.48 -
YUV 177.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 170 173 221 0.23 0.22 0 0.13 236.47 0.43 0.77
Hex AA AD DD 17 16 0 D EC 2B 4D
Octal 252 255 335 27 26 0 15 354 53 115
Binary 10101010 10101101 11011101 10111 10110 0 1101 11101100 101011 1001101

Color Harmonies of #AAADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADDD

Black with #AAADDD

Text Example


Text Example

White with #AAADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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