#8DF1F9

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

Shades of Electric Blue #8DF1F9

Tints of Electric Blue #8DF1F9

Color information

#8DF1F9 (or 0x8DF1F9) is unknown color: approx Electric Blue. HEX triplet: 8D, F1 and F9. RGB value is (141,241,249). Sum of RGB (Red+Green+Blue) = 141+241+249=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DF1F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1F9 is #720E06. Grayscale: #D3D3D3. Windows color (decimal): -7474695 or 16380301. OLE color: 16380301.

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

Color convert

RGB141241249-
CMYK0.430.0300.02
HSL184.44º90%76.47%-
HSV(B)184.44º43.37%97.65%-
XYZ59.5475.41101.04-
YUV212.01148.8777.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.35%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=22.35%
G=38.19%
B=39.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412412490.430.0300.02184.449076.47
Hex8DF1F92B302b85a4c
Octal21536137153302270132114
Binary100011011111000111111001101011110101011100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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