#97F6FC

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

Shades of Electric Blue #97F6FC

Tints of Electric Blue #97F6FC

Color information

#97F6FC (or 0x97F6FC) is unknown color: approx Electric Blue. HEX triplet: 97, F6 and FC. RGB value is (151,246,252). Sum of RGB (Red+Green+Blue) = 151+246+252=649 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.27% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #97F6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F6FC is #680903. Grayscale: #DADADA. Windows color (decimal): -6818052 or 16578199. OLE color: 16578199.

HSL color Cylindrical-coordinate representation of color #97F6FC: hue angle of 183.56º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97F6FC is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151246252-
CMYK0.400.0200.01
HSL183.56º94.39%79.02%-
HSV(B)183.56º40.08%98.82%-
XYZ63.2979.52104.11-
YUV218.28147.0380.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.27%
GREEN value IS 246 (96.48% from 255) = 37.90%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=23.27%
G=37.90%
B=38.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512462520.400.0200.01183.5694.3979.02
Hex97F6FC28201b85e4f
Octal22736637450201270136117
Binary10010111111101101111110010100010011011100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,246,252); }

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

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

 a { background-color: rgb(151,246,252); }

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

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

 span { border-color: rgb(151,246,252); }

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