#97F9F8

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

Shades of Electric Blue #97F9F8

Tints of Electric Blue #97F9F8

Color information

#97F9F8 (or 0x97F9F8) is unknown color: approx Electric Blue. HEX triplet: 97, F9 and F8. RGB value is (151,249,248). Sum of RGB (Red+Green+Blue) = 151+249+248=648 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.30% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 248 (97.27% from 255 or 38.27% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F9F8 is #680607. Grayscale: #DBDBDB. Windows color (decimal): -6817288 or 16316823. OLE color: 16316823.

HSL color Cylindrical-coordinate representation of color #97F9F8: hue angle of 179.39º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9F8 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB151249248-
CMYK0.3900.000.02
HSL179.39º89.09%78.43%-
HSV(B)179.39º39.36%97.65%-
XYZ63.5881.11101.11-
YUV219.58144.0379.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.30%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 248 (97.27% from 255) = 38.27%
R=23.30%
G=38.43%
B=38.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512492480.3900.000.02179.3989.0978.43
Hex97F9F827002b3594e
Octal22737137047002263131116
Binary10010111111110011111100010011100101011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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