#8EEDFF

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

Shades of Electric Blue #8EEDFF

Tints of Electric Blue #8EEDFF

Color information

#8EEDFF (or 0x8EEDFF) is unknown color: approx Electric Blue. HEX triplet: 8E, ED and FF. RGB value is (142,237,255). Sum of RGB (Red+Green+Blue) = 142+237+255=634 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.40% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEDFF is #711200. Grayscale: #D2D2D2. Windows color (decimal): -7410177 or 16772494. OLE color: 16772494.

HSL color Cylindrical-coordinate representation of color #8EEDFF: hue angle of 189.56º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EEDFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB142237255-
CMYK0.440.0700
HSL189.56º100%77.84%-
HSV(B)189.56º44.31%100%-
XYZ59.4973.54105.67-
YUV210.65153.0379.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.40%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 255 (100% from 255) = 40.22%
R=22.40%
G=37.38%
B=40.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1422372550.440.0700189.5610077.84
Hex8EEDFF2C700be644e
Octal21635537754700276144116
Binary100011101110110111111111101100111001011111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,255); }

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

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

 a { background-color: rgb(142,237,255); }

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

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

 span { border-color: rgb(142,237,255); }

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