Html Css Color HEX #AAAEEB Perano

📋 copy color: '#AAAEEB'

red 170 ◦ green 174 ◦ blue 235

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

Shades of Perano #AAAEEB

Tints of Perano #AAAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 29.36%
G = 30.05%
B = 40.59%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAAEEB (or 0xAAAEEB) is known color: Perano. HEX triplet: AA, AE and EB. RGB value is (170,174,235). Sum of RGB (Red+Green+Blue) = 170+174+235=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEB is #555114. Grayscale: #B3B3B3. Windows color (decimal): -5591317 or 15445674. OLE color: 15445674.

HSL color Cylindrical-coordinate representation of color #AAAEEB: hue angle of 236.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAAEEB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 174 235 -
CMYK 0.28 0.26 0 0.08
HSL 236.31º 0.62% 0.79% -
HSV(B) 236.31º 0.28% 0.92% -
XYZ 46.71 44.82 84.79 -
YUV 179.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 170 174 235 0.28 0.26 0 0.08 236.31 0.62 0.79
Hex AA AE EB 1C 1A 0 8 EC 3E 4F
Octal 252 256 353 34 32 0 10 354 76 117
Binary 10101010 10101110 11101011 11100 11010 0 1000 11101100 111110 1001111

Color Harmonies of #AAAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEEB

Black with #AAAEEB

Text Example


Text Example

White with #AAAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEEB; }

 p { color: rgb(170,174,235); }

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

background-color css

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

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

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

border-color css

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

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

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