#8DF5FD

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

Shades of Electric Blue #8DF5FD

Tints of Electric Blue #8DF5FD

Color information

#8DF5FD (or 0x8DF5FD) is unknown color: approx Electric Blue. HEX triplet: 8D, F5 and FD. RGB value is (141,245,253). Sum of RGB (Red+Green+Blue) = 141+245+253=639 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.07% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DF5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF5FD is #720A02. Grayscale: #D6D6D6. Windows color (decimal): -7473667 or 16643469. OLE color: 16643469.

HSL color Cylindrical-coordinate representation of color #8DF5FD: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF5FD is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141245253-
CMYK0.440.0300.01
HSL184.29º96.55%77.25%-
HSV(B)184.29º44.27%99.22%-
XYZ61.3778.06104.76-
YUV214.82149.5475.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.07%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=22.07%
G=38.34%
B=39.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412452530.440.0300.01184.2996.5577.25
Hex8DF5FD2C301b8614d
Octal21536537554301270141115
Binary10001101111101011111110110110011011011100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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