#8DEEED

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

Shades of Electric Blue #8DEEED

Tints of Electric Blue #8DEEED

Color information

#8DEEED (or 0x8DEEED) is unknown color: approx Electric Blue. HEX triplet: 8D, EE and ED. RGB value is (141,238,237). Sum of RGB (Red+Green+Blue) = 141+238+237=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEEED is #721112. Grayscale: #D0D0D0. Windows color (decimal): -7475475 or 15593101. OLE color: 15593101.

HSL color Cylindrical-coordinate representation of color #8DEEED: hue angle of 179.38º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEEED is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB141238237-
CMYK0.4100.000.07
HSL179.38º74.05%74.31%-
HSV(B)179.38º40.76%93.33%-
XYZ56.8572.9391.2-
YUV208.88143.8679.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=22.89%
G=38.64%
B=38.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1412382370.4100.000.07179.3874.0574.31
Hex8DEEED29007b34a4a
Octal21535635551007263112112
Binary100011011110111011101101101001001111011001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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