#91FCF1

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

Shades of Electric Blue #91FCF1

Tints of Electric Blue #91FCF1

Color information

#91FCF1 (or 0x91FCF1) is unknown color: approx Electric Blue. HEX triplet: 91, FC and F1. RGB value is (145,252,241). Sum of RGB (Red+Green+Blue) = 145+252+241=638 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.73% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FCF1 is #6E030E. Grayscale: #DADADA. Windows color (decimal): -7209743 or 15858833. OLE color: 15858833.

HSL color Cylindrical-coordinate representation of color #91FCF1: hue angle of 173.83º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FCF1 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB145252241-
CMYK0.4200.040.01
HSL173.83º94.69%77.84%-
HSV(B)173.83º42.46%98.82%-
XYZ62.3681.9995.76-
YUV218.75140.5575.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.73%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=22.73%
G=39.50%
B=37.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452522410.4200.040.01173.8394.6977.84
Hex91FCF12A041ae5f4e
Octal22137436152041256137116
Binary100100011111110011110001101010010011010111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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