#91FEF7

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

Shades of Electric Blue #91FEF7

Tints of Electric Blue #91FEF7

Color information

#91FEF7 (or 0x91FEF7) is unknown color: approx Electric Blue. HEX triplet: 91, FE and F7. RGB value is (145,254,247). Sum of RGB (Red+Green+Blue) = 145+254+247=646 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.45% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #91FEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEF7 is #6E0108. Grayscale: #DCDCDC. Windows color (decimal): -7209225 or 16252561. OLE color: 16252561.

HSL color Cylindrical-coordinate representation of color #91FEF7: hue angle of 176.15º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FEF7 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB145254247-
CMYK0.4300.030.00
HSL176.15º98.2%78.24%-
HSV(B)176.15º42.91%99.61%-
XYZ63.9183.62100.77-
YUV220.61142.8974.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.45%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=22.45%
G=39.32%
B=38.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1452542470.4300.030.00176.1598.278.24
Hex91FEF72B030b0624e
Octal22137636753030260142116
Binary10010001111111101111011110101101101011000011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,254,247); }

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

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

 a { background-color: rgb(145,254,247); }

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

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

 span { border-color: rgb(145,254,247); }

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