#97FFFF

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

Shades of Electric Blue #97FFFF

Tints of Electric Blue #97FFFF

Color information

#97FFFF (or 0x97FFFF) is unknown color: approx Electric Blue. HEX triplet: 97, FF and FF. RGB value is (151,255,255). Sum of RGB (Red+Green+Blue) = 151+255+255=661 (87% of max value = 765). Red value is 151 (59.38% from 255 or 22.84% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #97FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFFF is #680000. Grayscale: #DFDFDF. Windows color (decimal): -6815745 or 16777111. OLE color: 16777111.

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

Color convert

RGB151255255-
CMYK0.41000
HSL180º100%79.61%-
HSV(B)180º40.78%100%-
XYZ66.5785.32107.57-
YUV223.9145.5476-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 22.84%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 255 (100% from 255) = 38.58%
R=22.84%
G=38.58%
B=38.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552550.4100018010079.61
Hex97FFFF29000b46450
Octal22737737751000264144120
Binary1001011111111111111111111010010001011010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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