#8FFDF4

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

Shades of Electric Blue #8FFDF4

Tints of Electric Blue #8FFDF4

Color information

#8FFDF4 (or 0x8FFDF4) is unknown color: approx Electric Blue. HEX triplet: 8F, FD and F4. RGB value is (143,253,244). Sum of RGB (Red+Green+Blue) = 143+253+244=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDF4 is #70020B. Grayscale: #DBDBDB. Windows color (decimal): -7340556 or 16055695. OLE color: 16055695.

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

Color convert

RGB143253244-
CMYK0.4300.040.01
HSL175.09º96.49%77.65%-
HSV(B)175.09º43.48%99.22%-
XYZ62.7882.6298.23-
YUV219.08142.0673.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.34%
GREEN value IS 253 (99.22% from 255) = 39.53%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=22.34%
G=39.53%
B=38.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432532440.4300.040.01175.0996.4977.65
Hex8FFDF42B041af604e
Octal21737536453041257140116
Binary100011111111110111110100101011010011010111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,253,244); }

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

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

 a { background-color: rgb(143,253,244); }

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

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

 span { border-color: rgb(143,253,244); }

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