#91AFF9

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

Shades of Perano #91AFF9

Tints of Perano #91AFF9

Color information

#91AFF9 (or 0x91AFF9) is unknown color: approx Perano. HEX triplet: 91, AF and F9. RGB value is (145,175,249). Sum of RGB (Red+Green+Blue) = 145+175+249=569 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.48% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #91AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AFF9 is #6E5006. Grayscale: #AEAEAE. Windows color (decimal): -7229447 or 16363409. OLE color: 16363409.

HSL color Cylindrical-coordinate representation of color #91AFF9: hue angle of 222.69º 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 #91AFF9 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145175249-
CMYK0.420.3000.02
HSL222.69º89.66%77.25%-
HSV(B)222.69º41.77%97.65%-
XYZ44.1143.5295.7-
YUV174.47170.06106.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.48%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=25.48%
G=30.76%
B=43.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451752490.420.3000.02222.6989.6677.25
Hex91AFF92A1E02df5a4d
Octal221257371523602337132115
Binary100100011010111111111001101010111100101101111110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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