Html Css Color HEX #97FFFF Electric Blue

📋 copy color: '#97FFFF'

red 151 ◦ green 255 ◦ blue 255

#97FFFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #97FFFF

Tints of Electric Blue #97FFFF

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 value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97FFFF (or 0x97FFFF) is known color: 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

RGB 151 255 255 -
CMYK 0.41 0 0 0
HSL 180º 1% 0.8% -
HSV(B) 180º 0.41% 1% -
XYZ 66.57 85.32 107.57 -
YUV 223.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 151 255 255 0.41 0 0 0 180 1 0.8
Hex 97 FF FF 29 0 0 0 B4 64 50
Octal 227 377 377 51 0 0 0 264 144 120
Binary 10010111 11111111 11111111 101001 0 0 0 10110100 1100100 1010000

Color Harmonies of #97FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFFF

Black with #97FFFF

Text Example


Text Example

White with #97FFFF

Text Example


Text Example

HTML Codes & Css Web 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>