#91EFFC

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

Shades of Electric Blue #91EFFC

Tints of Electric Blue #91EFFC

Color information

#91EFFC (or 0x91EFFC) is unknown color: approx Electric Blue. HEX triplet: 91, EF and FC. RGB value is (145,239,252). Sum of RGB (Red+Green+Blue) = 145+239+252=636 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.80% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #91EFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EFFC is #6E1003. Grayscale: #D4D4D4. Windows color (decimal): -7213060 or 16576401. OLE color: 16576401.

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

Color convert

RGB145239252-
CMYK0.420.0500.01
HSL187.29º94.69%77.84%-
HSV(B)187.29º42.46%98.82%-
XYZ60.1174.78103.36-
YUV212.38150.3679.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.80%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=22.80%
G=37.58%
B=39.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1452392520.420.0500.01187.2994.6977.84
Hex91EFFC2A501bb5f4e
Octal22135737452501273137116
Binary100100011110111111111100101010101011011101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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