#91FFF2

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

Shades of Electric Blue #91FFF2

Tints of Electric Blue #91FFF2

Color information

#91FFF2 (or 0x91FFF2) is unknown color: approx Electric Blue. HEX triplet: 91, FF and F2. RGB value is (145,255,242). Sum of RGB (Red+Green+Blue) = 145+255+242=642 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.59% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFF2 is #6E000D. Grayscale: #DCDCDC. Windows color (decimal): -7208974 or 15925137. OLE color: 15925137.

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

Color convert

RGB145255242-
CMYK0.4300.050
HSL172.91º100%78.43%-
HSV(B)172.91º43.14%100%-
XYZ63.4683.9596.86-
YUV220.63140.0674.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 22.59%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=22.59%
G=39.72%
B=37.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1452552420.4300.050172.9110078.43
Hex91FFF22B050ad644e
Octal22137736253050255144116
Binary100100011111111111110010101011010101010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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