Html Css Color HEX #AAAEEC Perano

📋 copy color: '#AAAEEC'

red 170 ◦ green 174 ◦ blue 236

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

Shades of Perano #AAAEEC

Tints of Perano #AAAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 29.31%
G = 30%
B = 40.69%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAAEEC (or 0xAAAEEC) is known color: Perano. HEX triplet: AA, AE and EC. RGB value is (170,174,236). Sum of RGB (Red+Green+Blue) = 170+174+236=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEC is #555113. Grayscale: #B3B3B3. Windows color (decimal): -5591316 or 15511210. OLE color: 15511210.

HSL color Cylindrical-coordinate representation of color #AAAEEC: hue angle of 236.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAAEEC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 174 236 -
CMYK 0.28 0.26 0 0.07
HSL 236.36º 0.63% 0.8% -
HSV(B) 236.36º 0.28% 0.93% -
XYZ 46.85 44.87 85.55 -
YUV 179.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 170 174 236 0.28 0.26 0 0.07 236.36 0.63 0.8
Hex AA AE EC 1C 1A 0 7 EC 3F 50
Octal 252 256 354 34 32 0 7 354 77 120
Binary 10101010 10101110 11101100 11100 11010 0 111 11101100 111111 1010000

Color Harmonies of #AAAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEEC

Black with #AAAEEC

Text Example


Text Example

White with #AAAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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