#97F5FC

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

Shades of Electric Blue #97F5FC

Tints of Electric Blue #97F5FC

Color information

#97F5FC (or 0x97F5FC) is unknown color: approx Electric Blue. HEX triplet: 97, F5 and FC. RGB value is (151,245,252). Sum of RGB (Red+Green+Blue) = 151+245+252=648 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.30% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #97F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F5FC is #680A03. Grayscale: #D9D9D9. Windows color (decimal): -6818308 or 16577943. OLE color: 16577943.

HSL color Cylindrical-coordinate representation of color #97F5FC: hue angle of 184.16º 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 #97F5FC is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151245252-
CMYK0.400.0300.01
HSL184.16º94.39%79.02%-
HSV(B)184.16º40.08%98.82%-
XYZ62.9978.91104.01-
YUV217.69147.3680.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.30%
GREEN value IS 245 (96.09% from 255) = 37.81%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=23.30%
G=37.81%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512452520.400.0300.01184.1694.3979.02
Hex97F5FC28301b85e4f
Octal22736537450301270136117
Binary10010111111101011111110010100011011011100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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