#8DF1FE

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

Shades of Electric Blue #8DF1FE

Tints of Electric Blue #8DF1FE

Color information

#8DF1FE (or 0x8DF1FE) is unknown color: approx Electric Blue. HEX triplet: 8D, F1 and FE. RGB value is (141,241,254). Sum of RGB (Red+Green+Blue) = 141+241+254=636 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.17% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF1FE is #720E01. Grayscale: #D4D4D4. Windows color (decimal): -7474690 or 16707981. OLE color: 16707981.

HSL color Cylindrical-coordinate representation of color #8DF1FE: hue angle of 186.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF1FE is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141241254-
CMYK0.440.0500.00
HSL186.9º98.26%77.45%-
HSV(B)186.9º44.49%99.61%-
XYZ60.3375.73105.2-
YUV212.58151.3776.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.17%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=22.17%
G=37.89%
B=39.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412412540.440.0500.00186.998.2677.45
Hex8DF1FE2C500bb624d
Octal21536137654500273142115
Binary100011011111000111111110101100101001011101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,241,254); }

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

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

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

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

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

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

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