#8DFBFB

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

Shades of Electric Blue #8DFBFB

Tints of Electric Blue #8DFBFB

Color information

#8DFBFB (or 0x8DFBFB) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and FB. RGB value is (141,251,251). Sum of RGB (Red+Green+Blue) = 141+251+251=643 (85% of max value = 765). Red value is 141 (55.47% from 255 or 21.93% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #8DFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBFB is #720404. Grayscale: #DADADA. Windows color (decimal): -7472133 or 16513933. OLE color: 16513933.

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

Color convert

RGB141251251-
CMYK0.44000.02
HSL180º93.22%76.86%-
HSV(B)180º43.82%98.43%-
XYZ62.8981.62103.71-
YUV218.11146.5673-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 21.93%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=21.93%
G=39.04%
B=39.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512510.44000.0218093.2276.86
Hex8DFBFB2C002b45d4d
Octal21537337354002264135115
Binary10001101111110111111101110110000101011010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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