#97FEFF

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

Shades of Electric Blue #97FEFF

Tints of Electric Blue #97FEFF

Color information

#97FEFF (or 0x97FEFF) is unknown color: approx Electric Blue. HEX triplet: 97, FE and FF. RGB value is (151,254,255). Sum of RGB (Red+Green+Blue) = 151+254+255=660 (87% of max value = 765). Red value is 151 (59.38% from 255 or 22.88% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #97FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FEFF is #680100. Grayscale: #DFDFDF. Windows color (decimal): -6816001 or 16776855. OLE color: 16776855.

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

Color convert

RGB151254255-
CMYK0.410.0000
HSL180.58º100%79.61%-
HSV(B)180.58º40.78%100%-
XYZ66.2584.68107.46-
YUV223.32145.8876.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 22.88%
GREEN value IS 254 (99.61% from 255) = 38.48%
BLUE value IS 255 (100% from 255) = 38.64%
R=22.88%
G=38.48%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512542550.410.0000180.5810079.61
Hex97FEFF29000b56450
Octal22737637751000265144120
Binary1001011111111110111111111010010001011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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