#91AAF6

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

Shades of Perano #91AAF6

Tints of Perano #91AAF6

Color information

#91AAF6 (or 0x91AAF6) is unknown color: approx Perano. HEX triplet: 91, AA and F6. RGB value is (145,170,246). Sum of RGB (Red+Green+Blue) = 145+170+246=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #91AAF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AAF6 is #6E5509. Grayscale: #AAAAAA. Windows color (decimal): -7230730 or 16165521. OLE color: 16165521.

HSL color Cylindrical-coordinate representation of color #91AAF6: hue angle of 225.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91AAF6 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145170246-
CMYK0.410.3100.04
HSL225.15º84.87%76.67%-
HSV(B)225.15º41.06%96.47%-
XYZ42.6941.4292.93-
YUV171.19170.22109.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.85%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=25.85%
G=30.30%
B=43.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1451702460.410.3100.04225.1584.8776.67
Hex91AAF6291F04e1554d
Octal221252366513704341125115
Binary1001000110101010111101101010011111101001110000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,170,246); }

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

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

 a { background-color: rgb(145,170,246); }

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

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

 span { border-color: rgb(145,170,246); }

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