#97FFF5

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

Shades of Electric Blue #97FFF5

Tints of Electric Blue #97FFF5

Color information

#97FFF5 (or 0x97FFF5) is unknown color: approx Electric Blue. HEX triplet: 97, FF and F5. RGB value is (151,255,245). Sum of RGB (Red+Green+Blue) = 151+255+245=651 (86% of max value = 765). Red value is 151 (59.38% from 255 or 23.20% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFF5 is #68000A. Grayscale: #DEDEDE. Windows color (decimal): -6815755 or 16121751. OLE color: 16121751.

HSL color Cylindrical-coordinate representation of color #97FFF5: hue angle of 174.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFF5 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB151255245-
CMYK0.4100.040
HSL174.23º100%79.61%-
HSV(B)174.23º40.78%100%-
XYZ6584.6999.31-
YUV222.76140.5476.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.20%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 245 (96.09% from 255) = 37.63%
R=23.20%
G=39.17%
B=37.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552450.4100.040174.2310079.61
Hex97FFF529040ae6450
Octal22737736551040256144120
Binary100101111111111111110101101001010001010111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97FFF5; }

 p { color: rgb(151,255,245); }

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

<style>
 a { background-color: #97FFF5; }

 a { background-color: rgb(151,255,245); }

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

<style>
 span { border-color: #97FFF5; }

 span { border-color: rgb(151,255,245); }

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