#91F6EA

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

Shades of Electric Blue #91F6EA

Tints of Electric Blue #91F6EA

Color information

#91F6EA (or 0x91F6EA) is unknown color: approx Electric Blue. HEX triplet: 91, F6 and EA. RGB value is (145,246,234). Sum of RGB (Red+Green+Blue) = 145+246+234=625 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.2% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #91F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F6EA is #6E0915. Grayscale: #D6D6D6. Windows color (decimal): -7211286 or 15398545. OLE color: 15398545.

HSL color Cylindrical-coordinate representation of color #91F6EA: hue angle of 172.87º 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 #91F6EA is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB145246234-
CMYK0.4100.050.04
HSL172.87º84.87%76.67%-
HSV(B)172.87º41.06%96.47%-
XYZ59.4877.8789.74-
YUV214.43139.0478.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 23.2%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=23.2%
G=39.36%
B=37.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1452462340.4100.050.04172.8784.8776.67
Hex91F6EA29054ad554d
Octal22136635251054255125115
Binary10010001111101101110101010100101011001010110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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