#8DFDF1

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

Shades of Electric Blue #8DFDF1

Tints of Electric Blue #8DFDF1

Color information

#8DFDF1 (or 0x8DFDF1) is unknown color: approx Electric Blue. HEX triplet: 8D, FD and F1. RGB value is (141,253,241). Sum of RGB (Red+Green+Blue) = 141+253+241=635 (84% of max value = 765). Red value is 141 (55.47% from 255 or 22.20% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFDF1 is #72020E. Grayscale: #DADADA. Windows color (decimal): -7471631 or 15859085. OLE color: 15859085.

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

Color convert

RGB141253241-
CMYK0.4400.050.01
HSL173.57º96.55%77.25%-
HSV(B)173.57º44.27%99.22%-
XYZ61.9982.2695.83-
YUV218.14140.8972.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.20%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=22.20%
G=39.84%
B=37.95%

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
Decimal1412532410.4400.050.01173.5796.5577.25
Hex8DFDF12C051ae614d
Octal21537536154051256141115
Binary100011011111110111110001101100010111010111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,253,241); }

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

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

 a { background-color: rgb(141,253,241); }

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

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

 span { border-color: rgb(141,253,241); }

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