#91FFFA

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

Shades of Electric Blue #91FFFA

Tints of Electric Blue #91FFFA

Color information

#91FFFA (or 0x91FFFA) is unknown color: approx Electric Blue. HEX triplet: 91, FF and FA. RGB value is (145,255,250). Sum of RGB (Red+Green+Blue) = 145+255+250=650 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.31% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFFA is #6E0005. Grayscale: #DDDDDD. Windows color (decimal): -7208966 or 16449425. OLE color: 16449425.

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

Color convert

RGB145255250-
CMYK0.4300.020
HSL177.27º100%78.43%-
HSV(B)177.27º43.14%100%-
XYZ64.6984.44103.33-
YUV221.54144.0673.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.31%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=22.31%
G=39.23%
B=38.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452552500.4300.020177.2710078.43
Hex91FFFA2B020b1644e
Octal22137737253020261144116
Binary10010001111111111111101010101101001011000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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