#99ABEB

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

Shades of Perano #99ABEB

Tints of Perano #99ABEB

Color information

#99ABEB (or 0x99ABEB) is unknown color: approx Perano. HEX triplet: 99, AB and EB. RGB value is (153,171,235). Sum of RGB (Red+Green+Blue) = 153+171+235=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #99ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABEB is #665414. Grayscale: #ACACAC. Windows color (decimal): -6706197 or 15444889. OLE color: 15444889.

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

Color convert

RGB153171235-
CMYK0.350.2700.08
HSL226.83º67.21%76.08%-
HSV(B)226.83º34.89%92.16%-
XYZ42.741.984.43-
YUV172.91163.04113.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=27.37%
G=30.59%
B=42.04%

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
Decimal1531712350.350.2700.08226.8367.2176.08
Hex99ABEB231B08e3434c
Octal2312533534333010343103114
Binary10011001101010111110101110001111011010001110001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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