#8DF7FB

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

Shades of Electric Blue #8DF7FB

Tints of Electric Blue #8DF7FB

Color information

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

HSL color Cylindrical-coordinate representation of color #8DF7FB: hue angle of 182.18º 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 #8DF7FB is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141247251-
CMYK0.440.0200.02
HSL182.18º93.22%76.86%-
HSV(B)182.18º43.82%98.43%-
XYZ61.6679.15103.29-
YUV215.76147.8874.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412472510.440.0200.02182.1893.2276.86
Hex8DF7FB2C202b65d4d
Octal21536737354202266135115
Binary100011011111011111111011101100100101011011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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