#99AAEB

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

Shades of Perano #99AAEB

Tints of Perano #99AAEB

Color information

#99AAEB (or 0x99AAEB) is unknown color: approx Perano. HEX triplet: 99, AA and EB. RGB value is (153,170,235). Sum of RGB (Red+Green+Blue) = 153+170+235=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #99AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AAEB is #665514. Grayscale: #ACACAC. Windows color (decimal): -6706453 or 15444633. OLE color: 15444633.

HSL color Cylindrical-coordinate representation of color #99AAEB: hue angle of 227.56º degrees, saturation: 0.67, 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 #99AAEB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153170235-
CMYK0.350.2800.08
HSL227.56º67.21%76.08%-
HSV(B)227.56º34.89%92.16%-
XYZ42.5141.5284.37-
YUV172.33163.37114.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=27.42%
G=30.47%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531702350.350.2800.08227.5667.2176.08
Hex99AAEB231C08e4434c
Octal2312523534334010344103114
Binary10011001101010101110101110001111100010001110010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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