#99AAEA

Color #99AAEA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #99AAEA

Tints of Perano #99AAEA

Color information

#99AAEA (or 0x99AAEA) is unknown color: approx Perano. HEX triplet: 99, AA and EA. RGB value is (153,170,234). Sum of RGB (Red+Green+Blue) = 153+170+234=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #99AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAEA is #665515. Grayscale: #ABABAB. Windows color (decimal): -6706454 or 15379097. OLE color: 15379097.

HSL color Cylindrical-coordinate representation of color #99AAEA: hue angle of 227.41º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AAEA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153170234-
CMYK0.350.2700.08
HSL227.41º65.85%75.88%-
HSV(B)227.41º34.62%91.76%-
XYZ42.3641.4683.61-
YUV172.21162.87114.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=27.47%
G=30.52%
B=42.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531702340.350.2700.08227.4165.8575.88
Hex99AAEA231B08e3424c
Octal2312523524333010343102114
Binary10011001101010101110101010001111011010001110001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AAEA; }

 p { color: rgb(153,170,234); }

 H1.HeaderClassName
 {
   color: #99AAEA;
 }
 .AnyTagClassName
 {
   color: #99AAEA;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #99AAEA;
 }
 .BgClassName
 {
   background-color: #99AAEA;
 }
</style>
border-color css

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

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

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