#99ABEA

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

Shades of Perano #99ABEA

Tints of Perano #99ABEA

Color information

#99ABEA (or 0x99ABEA) is unknown color: approx Perano. HEX triplet: 99, AB and EA. RGB value is (153,171,234). Sum of RGB (Red+Green+Blue) = 153+171+234=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #99ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABEA is #665415. Grayscale: #ACACAC. Windows color (decimal): -6706198 or 15379353. OLE color: 15379353.

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

Color convert

RGB153171234-
CMYK0.350.2700.08
HSL226.67º65.85%75.88%-
HSV(B)226.67º34.62%91.76%-
XYZ42.5541.8483.67-
YUV172.8162.54113.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=27.42%
G=30.65%
B=41.94%

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
Decimal1531712340.350.2700.08226.6765.8575.88
Hex99ABEA231B08e3424c
Octal2312533524333010343102114
Binary10011001101010111110101010001111011010001110001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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