#97F5FD

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

Shades of Electric Blue #97F5FD

Tints of Electric Blue #97F5FD

Color information

#97F5FD (or 0x97F5FD) is unknown color: approx Electric Blue. HEX triplet: 97, F5 and FD. RGB value is (151,245,253). Sum of RGB (Red+Green+Blue) = 151+245+253=649 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.27% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #97F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F5FD is #680A02. Grayscale: #D9D9D9. Windows color (decimal): -6818307 or 16643479. OLE color: 16643479.

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

Color convert

RGB151245253-
CMYK0.400.0300.01
HSL184.71º96.23%79.22%-
HSV(B)184.71º40.32%99.22%-
XYZ63.1478.98104.84-
YUV217.81147.8680.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.27%
GREEN value IS 245 (96.09% from 255) = 37.75%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=23.27%
G=37.75%
B=38.98%

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
Decimal1512452530.400.0300.01184.7196.2379.22
Hex97F5FD28301b9604f
Octal22736537550301271140117
Binary10010111111101011111110110100011011011100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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