#97F8FF

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

Shades of Electric Blue #97F8FF

Tints of Electric Blue #97F8FF

Color information

#97F8FF (or 0x97F8FF) is unknown color: approx Electric Blue. HEX triplet: 97, F8 and FF. RGB value is (151,248,255). Sum of RGB (Red+Green+Blue) = 151+248+255=654 (86% of max value = 765). Red value is 151 (59.38% from 255 or 23.09% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #97F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F8FF is #680700. Grayscale: #DBDBDB. Windows color (decimal): -6817537 or 16775319. OLE color: 16775319.

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

Color convert

RGB151248255-
CMYK0.410.0300
HSL184.04º100%79.61%-
HSV(B)184.04º40.78%100%-
XYZ64.3880.93106.84-
YUV219.8147.8678.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.09%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 255 (100% from 255) = 38.99%
R=23.09%
G=37.92%
B=38.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512482550.410.0300184.0410079.61
Hex97F8FF29300b86450
Octal22737037751300270144120
Binary10010111111110001111111110100111001011100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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