#8FFDF0

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

Shades of Electric Blue #8FFDF0

Tints of Electric Blue #8FFDF0

Color information

#8FFDF0 (or 0x8FFDF0) is unknown color: approx Electric Blue. HEX triplet: 8F, FD and F0. RGB value is (143,253,240). Sum of RGB (Red+Green+Blue) = 143+253+240=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDF0 is #70020F. Grayscale: #DADADA. Windows color (decimal): -7340560 or 15793551. OLE color: 15793551.

HSL color Cylindrical-coordinate representation of color #8FFDF0: hue angle of 172.91º 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 #8FFDF0 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB143253240-
CMYK0.4300.050.01
HSL172.91º96.49%77.65%-
HSV(B)172.91º43.48%99.22%-
XYZ62.1882.3895.06-
YUV218.63140.0674.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.48%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=22.48%
G=39.78%
B=37.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432532400.4300.050.01172.9196.4977.65
Hex8FFDF02B051ad604e
Octal21737536053051255140116
Binary100011111111110111110000101011010111010110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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