#91ABF9

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

Shades of Perano #91ABF9

Tints of Perano #91ABF9

Color information

#91ABF9 (or 0x91ABF9) is unknown color: approx Perano. HEX triplet: 91, AB and F9. RGB value is (145,171,249). Sum of RGB (Red+Green+Blue) = 145+171+249=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #91ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABF9 is #6E5406. Grayscale: #ABABAB. Windows color (decimal): -7230471 or 16362385. OLE color: 16362385.

HSL color Cylindrical-coordinate representation of color #91ABF9: hue angle of 225º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91ABF9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145171249-
CMYK0.420.3100.02
HSL225º89.66%77.25%-
HSV(B)225º41.77%97.65%-
XYZ43.3441.9995.44-
YUV172.12171.39108.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.66%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=25.66%
G=30.27%
B=44.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451712490.420.3100.0222589.6677.25
Hex91ABF92A1F02e15a4d
Octal221253371523702341132115
Binary100100011010101111111001101010111110101110000110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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