#97FFF9

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

Shades of Electric Blue #97FFF9

Tints of Electric Blue #97FFF9

Color information

#97FFF9 (or 0x97FFF9) is unknown color: approx Electric Blue. HEX triplet: 97, FF and F9. RGB value is (151,255,249). Sum of RGB (Red+Green+Blue) = 151+255+249=655 (86% of max value = 765). Red value is 151 (59.38% from 255 or 23.05% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFF9 is #680006. Grayscale: #DFDFDF. Windows color (decimal): -6815751 or 16383895. OLE color: 16383895.

HSL color Cylindrical-coordinate representation of color #97FFF9: hue angle of 176.54º 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 #97FFF9 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB151255249-
CMYK0.4100.020
HSL176.54º100%79.61%-
HSV(B)176.54º40.78%100%-
XYZ65.6284.94102.56-
YUV223.22142.5476.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.05%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=23.05%
G=38.93%
B=38.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552490.4100.020176.5410079.61
Hex97FFF929020b16450
Octal22737737151020261144120
Binary10010111111111111111100110100101001011000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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