#8DFBF7

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

Shades of Electric Blue #8DFBF7

Tints of Electric Blue #8DFBF7

Color information

#8DFBF7 (or 0x8DFBF7) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and F7. RGB value is (141,251,247). Sum of RGB (Red+Green+Blue) = 141+251+247=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBF7 is #720408. Grayscale: #D9D9D9. Windows color (decimal): -7472137 or 16251789. OLE color: 16251789.

HSL color Cylindrical-coordinate representation of color #8DFBF7: hue angle of 177.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFBF7 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB141251247-
CMYK0.4400.020.02
HSL177.82º93.22%76.86%-
HSV(B)177.82º43.82%98.43%-
XYZ62.2781.37100.42-
YUV217.65144.5673.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.07%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=22.07%
G=39.28%
B=38.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512470.4400.020.02177.8293.2276.86
Hex8DFBF72C022b25d4d
Octal21537336754022262135115
Binary100011011111101111110111101100010101011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,251,247); }

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

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

 a { background-color: rgb(141,251,247); }

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

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

 span { border-color: rgb(141,251,247); }

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