#8DF5FB

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

Shades of Electric Blue #8DF5FB

Tints of Electric Blue #8DF5FB

Color information

#8DF5FB (or 0x8DF5FB) is unknown color: approx Electric Blue. HEX triplet: 8D, F5 and FB. RGB value is (141,245,251). Sum of RGB (Red+Green+Blue) = 141+245+251=637 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.14% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF5FB is #720A04. Grayscale: #D6D6D6. Windows color (decimal): -7473669 or 16512397. OLE color: 16512397.

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

Color convert

RGB141245251-
CMYK0.440.0200.02
HSL183.27º93.22%76.86%-
HSV(B)183.27º43.82%98.43%-
XYZ61.0577.93103.09-
YUV214.59148.5475.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.14%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=22.14%
G=38.46%
B=39.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412452510.440.0200.02183.2793.2276.86
Hex8DF5FB2C202b75d4d
Octal21536537354202267135115
Binary100011011111010111111011101100100101011011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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