#8DF3FE

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

Shades of Electric Blue #8DF3FE

Tints of Electric Blue #8DF3FE

Color information

#8DF3FE (or 0x8DF3FE) is unknown color: approx Electric Blue. HEX triplet: 8D, F3 and FE. RGB value is (141,243,254). Sum of RGB (Red+Green+Blue) = 141+243+254=638 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.10% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DF3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF3FE is #720C01. Grayscale: #D5D5D5. Windows color (decimal): -7474178 or 16708493. OLE color: 16708493.

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

Color convert

RGB141243254-
CMYK0.440.0400.00
HSL185.84º98.26%77.45%-
HSV(B)185.84º44.49%99.61%-
XYZ60.9276.92105.4-
YUV213.76150.7176.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.10%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=22.10%
G=38.09%
B=39.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412432540.440.0400.00185.8498.2677.45
Hex8DF3FE2C400ba624d
Octal21536337654400272142115
Binary100011011111001111111110101100100001011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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