Html Css Color HEX #8BFFF7 Electric Blue

📋 copy color: '#8BFFF7'

red 139 ◦ green 255 ◦ blue 247

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

Shades of Electric Blue #8BFFF7

Tints of Electric Blue #8BFFF7

RGB

 RED value IS 139 (54.69% from 255) = 21.68%

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 247 (96.88% from 255) = 38.53%

R = 21.68%
G = 39.78%
B = 38.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#8BFFF7 (or 0x8BFFF7) is known color: Electric Blue. HEX triplet: 8B, FF and F7. RGB value is (139,255,247). Sum of RGB (Red+Green+Blue) = 139+255+247=641 (84% of max value = 765). Red value is 139 (54.69% from 255 or 21.68% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFFF7 is #740008. Grayscale: #DBDBDB. Windows color (decimal): -7602185 or 16252811. OLE color: 16252811.

HSL color Cylindrical-coordinate representation of color #8BFFF7: hue angle of 175.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFFF7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 139 255 247 -
CMYK 0.45 0 0.03 0
HSL 175.86º 1% 0.77% -
HSV(B) 175.86º 0.45% 1% -
XYZ 63.2 83.72 100.83 -
YUV 219.4 143.57 70.65 -
System Red Green Blue C M Y K H S L
Decimal 139 255 247 0.45 0 0.03 0 175.86 1 0.77
Hex 8B FF F7 2D 0 3 0 B0 64 4D
Octal 213 377 367 55 0 3 0 260 144 115
Binary 10001011 11111111 11110111 101101 0 11 0 10110000 1100100 1001101

Color Harmonies of #8BFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFFF7

Black with #8BFFF7

Text Example


Text Example

White with #8BFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BFFF7; }

 p { color: rgb(139,255,247); }

 H1.HeaderClassName
 {
   color: #8BFFF7;
 }
 .AnyTagClassName
 {
   color: #8BFFF7;
 }
</style>

background-color css

<style>
 a { background-color: #8BFFF7; }

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

 div.DivClassName
 {
   background-color: #8BFFF7;
 }
 .BgClassName
 {
   background-color: #8BFFF7;
 }
</style>

border-color css

<style>
 span { border-color: #8BFFF7; }

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

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