#8DFBF6

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

Shades of Electric Blue #8DFBF6

Tints of Electric Blue #8DFBF6

Color information

#8DFBF6 (or 0x8DFBF6) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and F6. RGB value is (141,251,246). Sum of RGB (Red+Green+Blue) = 141+251+246=638 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.10% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBF6 is #720409. Grayscale: #D9D9D9. Windows color (decimal): -7472138 or 16186253. OLE color: 16186253.

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

Color convert

RGB141251246-
CMYK0.4400.020.02
HSL177.27º93.22%76.86%-
HSV(B)177.27º43.82%98.43%-
XYZ62.1281.3199.61-
YUV217.54144.0673.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.10%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=22.10%
G=39.34%
B=38.56%

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
Decimal1412512460.4400.020.02177.2793.2276.86
Hex8DFBF62C022b15d4d
Octal21537336654022261135115
Binary100011011111101111110110101100010101011000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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