#8DFFF4

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

Shades of Electric Blue #8DFFF4

Tints of Electric Blue #8DFFF4

Color information

#8DFFF4 (or 0x8DFFF4) is unknown color: approx Electric Blue. HEX triplet: 8D, FF and F4. RGB value is (141,255,244). Sum of RGB (Red+Green+Blue) = 141+255+244=640 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.03% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFFF4 is #72000B. Grayscale: #DBDBDB. Windows color (decimal): -7471116 or 16056205. OLE color: 16056205.

HSL color Cylindrical-coordinate representation of color #8DFFF4: hue angle of 174.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFF4 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB141255244-
CMYK0.4500.040
HSL174.21º100%77.65%-
HSV(B)174.21º44.71%100%-
XYZ63.0783.7198.42-
YUV219.66141.7371.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.03%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=22.03%
G=39.84%
B=38.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412552440.4500.040174.2110077.65
Hex8DFFF42D040ae644e
Octal21537736455040256144116
Binary100011011111111111110100101101010001010111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,255,244); }

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

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

 a { background-color: rgb(141,255,244); }

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

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

 span { border-color: rgb(141,255,244); }

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