#8DFDED

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

Shades of Electric Blue #8DFDED

Tints of Electric Blue #8DFDED

Color information

#8DFDED (or 0x8DFDED) is unknown color: approx Electric Blue. HEX triplet: 8D, FD and ED. RGB value is (141,253,237). Sum of RGB (Red+Green+Blue) = 141+253+237=631 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.35% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DFDED is #720212. Grayscale: #D9D9D9. Windows color (decimal): -7471635 or 15596941. OLE color: 15596941.

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

Color convert

RGB141253237-
CMYK0.4400.060.01
HSL171.43º96.55%77.25%-
HSV(B)171.43º44.27%99.22%-
XYZ61.482.0392.72-
YUV217.69138.8973.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.35%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=22.35%
G=40.10%
B=37.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412532370.4400.060.01171.4396.5577.25
Hex8DFDED2C061ab614d
Octal21537535554061253141115
Binary100011011111110111101101101100011011010101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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