#8DFBF8

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

Shades of Electric Blue #8DFBF8

Tints of Electric Blue #8DFBF8

Color information

#8DFBF8 (or 0x8DFBF8) is unknown color: approx Electric Blue. HEX triplet: 8D, FB and F8. RGB value is (141,251,248). Sum of RGB (Red+Green+Blue) = 141+251+248=640 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.03% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFBF8 is #720407. Grayscale: #D9D9D9. Windows color (decimal): -7472136 or 16317325. OLE color: 16317325.

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

Color convert

RGB141251248-
CMYK0.4400.010.02
HSL178.36º93.22%76.86%-
HSV(B)178.36º43.82%98.43%-
XYZ62.4281.43101.24-
YUV217.77145.0673.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.03%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=22.03%
G=39.22%
B=38.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412512480.4400.010.02178.3693.2276.86
Hex8DFBF82C012b25d4d
Octal21537337054012262135115
Binary10001101111110111111100010110001101011001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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