#91F5FA

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

Shades of Electric Blue #91F5FA

Tints of Electric Blue #91F5FA

Color information

#91F5FA (or 0x91F5FA) is unknown color: approx Electric Blue. HEX triplet: 91, F5 and FA. RGB value is (145,245,250). Sum of RGB (Red+Green+Blue) = 145+245+250=640 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.66% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #91F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F5FA is #6E0A05. Grayscale: #D7D7D7. Windows color (decimal): -7211526 or 16446865. OLE color: 16446865.

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

Color convert

RGB145245250-
CMYK0.420.0200.02
HSL182.86º91.3%77.45%-
HSV(B)182.86º42%98.04%-
XYZ61.5878.23102.3-
YUV215.67147.3777.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.66%
GREEN value IS 245 (96.09% from 255) = 38.28%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=22.66%
G=38.28%
B=39.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452452500.420.0200.02182.8691.377.45
Hex91F5FA2A202b75b4d
Octal22136537252202267133115
Binary100100011111010111111010101010100101011011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,245,250); }

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

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

 a { background-color: rgb(145,245,250); }

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

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

 span { border-color: rgb(145,245,250); }

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