#91ABF2

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

Shades of Perano #91ABF2

Tints of Perano #91ABF2

Color information

#91ABF2 (or 0x91ABF2) is unknown color: approx Perano. HEX triplet: 91, AB and F2. RGB value is (145,171,242). Sum of RGB (Red+Green+Blue) = 145+171+242=558 (73% of max value = 765). Red value is 145 (57.03% from 255 or 25.99% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #91ABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABF2 is #6E540D. Grayscale: #ABABAB. Windows color (decimal): -7230478 or 15903633. OLE color: 15903633.

HSL color Cylindrical-coordinate representation of color #91ABF2: hue angle of 223.92º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91ABF2 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145171242-
CMYK0.400.2900.05
HSL223.92º78.86%75.88%-
HSV(B)223.92º40.08%94.9%-
XYZ42.2741.5689.8-
YUV171.32167.89109.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.99%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 242 (94.92% from 255) = 43.37%
R=25.99%
G=30.65%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451712420.400.2900.05223.9278.8675.88
Hex91ABF2281D05e04f4c
Octal221253362503505340117114
Binary1001000110101011111100101010001110101011110000010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91ABF2; }

 p { color: rgb(145,171,242); }

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

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

 a { background-color: rgb(145,171,242); }

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

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

 span { border-color: rgb(145,171,242); }

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