#8DFBEF

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

Shades of Electric Blue #8DFBEF

Tints of Electric Blue #8DFBEF

Color information

#8DFBEF (or 0x8DFBEF) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and EF. RGB value is (141,251,239). Sum of RGB (Red+Green+Blue) = 141+251+239=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBEF is #720410. Grayscale: #D8D8D8. Windows color (decimal): -7472145 or 15727501. OLE color: 15727501.

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

Color convert

RGB141251239-
CMYK0.4400.050.02
HSL173.45º93.22%76.86%-
HSV(B)173.45º43.82%98.43%-
XYZ61.0680.8994.06-
YUV216.74140.5673.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.35%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=22.35%
G=39.78%
B=37.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512390.4400.050.02173.4593.2276.86
Hex8DFBEF2C052ad5d4d
Octal21537335754052255135115
Binary1000110111111011111011111011000101101010110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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