#8DFCF0

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

Shades of Electric Blue #8DFCF0

Tints of Electric Blue #8DFCF0

Color information

#8DFCF0 (or 0x8DFCF0) is unknown color: approx Electric Blue. HEX triplet: 8D, FC and F0. RGB value is (141,252,240). Sum of RGB (Red+Green+Blue) = 141+252+240=633 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.27% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFCF0 is #72030F. Grayscale: #D9D9D9. Windows color (decimal): -7471888 or 15793293. OLE color: 15793293.

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

Color convert

RGB141252240-
CMYK0.4400.050.01
HSL173.51º94.87%77.06%-
HSV(B)173.51º44.05%98.82%-
XYZ61.5281.5794.94-
YUV217.44140.7373.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.27%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=22.27%
G=39.81%
B=37.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412522400.4400.050.01173.5194.8777.06
Hex8DFCF02C051ae5f4d
Octal21537436054051256137115
Binary100011011111110011110000101100010111010111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,240); }

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

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

 a { background-color: rgb(141,252,240); }

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

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

 span { border-color: rgb(141,252,240); }

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