#91F1F9

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

Shades of Electric Blue #91F1F9

Tints of Electric Blue #91F1F9

Color information

#91F1F9 (or 0x91F1F9) is unknown color: approx Electric Blue. HEX triplet: 91, F1 and F9. RGB value is (145,241,249). Sum of RGB (Red+Green+Blue) = 145+241+249=635 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.83% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #91F1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F1F9 is #6E0E06. Grayscale: #D5D5D5. Windows color (decimal): -7212551 or 16380305. OLE color: 16380305.

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

Color convert

RGB145241249-
CMYK0.420.0300.02
HSL184.62º89.66%77.25%-
HSV(B)184.62º41.77%97.65%-
XYZ60.2375.77101.07-
YUV213.21148.279.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.83%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=22.83%
G=37.95%
B=39.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452412490.420.0300.02184.6289.6677.25
Hex91F1F92A302b95a4d
Octal22136137152302271132115
Binary100100011111000111111001101010110101011100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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