#8DFBEB

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

Shades of Electric Blue #8DFBEB

Tints of Electric Blue #8DFBEB

Color information

#8DFBEB (or 0x8DFBEB) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and EB. RGB value is (141,251,235). Sum of RGB (Red+Green+Blue) = 141+251+235=627 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.49% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBEB is #720414. Grayscale: #D8D8D8. Windows color (decimal): -7472149 or 15465357. OLE color: 15465357.

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

Color convert

RGB141251235-
CMYK0.4400.060.02
HSL171.27º93.22%76.86%-
HSV(B)171.27º43.82%98.43%-
XYZ60.4880.6690.98-
YUV216.29138.5674.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.49%
GREEN value IS 251 (98.44% from 255) = 40.03%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=22.49%
G=40.03%
B=37.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512350.4400.060.02171.2793.2276.86
Hex8DFBEB2C062ab5d4d
Octal21537335354062253135115
Binary1000110111111011111010111011000110101010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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