#91F9F6

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

Shades of Electric Blue #91F9F6

Tints of Electric Blue #91F9F6

Color information

#91F9F6 (or 0x91F9F6) is unknown color: approx Electric Blue. HEX triplet: 91, F9 and F6. RGB value is (145,249,246). Sum of RGB (Red+Green+Blue) = 145+249+246=640 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.66% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #91F9F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F9F6 is #6E0609. Grayscale: #D9D9D9. Windows color (decimal): -7210506 or 16185745. OLE color: 16185745.

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

Color convert

RGB145249246-
CMYK0.4200.010.02
HSL178.27º89.66%77.25%-
HSV(B)178.27º41.77%97.65%-
XYZ62.1980.4299.43-
YUV217.56144.0476.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.66%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=22.66%
G=38.91%
B=38.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452492460.4200.010.02178.2789.6677.25
Hex91F9F62A012b25a4d
Octal22137136652012262132115
Binary10010001111110011111011010101001101011001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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