#91FAEE

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

Shades of Electric Blue #91FAEE

Tints of Electric Blue #91FAEE

Color information

#91FAEE (or 0x91FAEE) is unknown color: approx Electric Blue. HEX triplet: 91, FA and EE. RGB value is (145,250,238). Sum of RGB (Red+Green+Blue) = 145+250+238=633 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.91% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FAEE is #6E0511. Grayscale: #D9D9D9. Windows color (decimal): -7210258 or 15661713. OLE color: 15661713.

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

Color convert

RGB145250238-
CMYK0.4200.050.02
HSL173.14º91.3%77.45%-
HSV(B)173.14º42%98.04%-
XYZ61.380.5693.21-
YUV217.24139.7176.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.91%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=22.91%
G=39.49%
B=37.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452502380.4200.050.02173.1491.377.45
Hex91FAEE2A052ad5b4d
Octal22137235652052255133115
Binary1001000111111010111011101010100101101010110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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