#8DF9F0

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

Shades of Electric Blue #8DF9F0

Tints of Electric Blue #8DF9F0

Color information

#8DF9F0 (or 0x8DF9F0) is unknown color: approx Electric Blue. HEX triplet: 8D, F9 and F0. RGB value is (141,249,240). Sum of RGB (Red+Green+Blue) = 141+249+240=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF9F0 is #72060F. Grayscale: #D7D7D7. Windows color (decimal): -7472656 or 15792525. OLE color: 15792525.

HSL color Cylindrical-coordinate representation of color #8DF9F0: hue angle of 175º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF9F0 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB141249240-
CMYK0.4300.040.02
HSL175º90%76.47%-
HSV(B)175º43.37%97.65%-
XYZ60.5979.7194.63-
YUV215.68141.7274.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.38%
GREEN value IS 249 (97.66% from 255) = 39.52%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=22.38%
G=39.52%
B=38.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412492400.4300.040.021759076.47
Hex8DF9F02B042af5a4c
Octal21537136053042257132114
Binary1000110111111001111100001010110100101010111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,249,240); }

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

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

 a { background-color: rgb(141,249,240); }

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

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

 span { border-color: rgb(141,249,240); }

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