#8EFDEE

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

Shades of Electric Blue #8EFDEE

Tints of Electric Blue #8EFDEE

Color information

#8EFDEE (or 0x8EFDEE) is unknown color: approx Electric Blue. HEX triplet: 8E, FD and EE. RGB value is (142,253,238). Sum of RGB (Red+Green+Blue) = 142+253+238=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDEE is #710211. Grayscale: #DADADA. Windows color (decimal): -7406098 or 15662478. OLE color: 15662478.

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

Color convert

RGB142253238-
CMYK0.4400.060.01
HSL171.89º96.52%77.45%-
HSV(B)171.89º43.87%99.22%-
XYZ61.7182.1793.5-
YUV218.1139.2373.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.43%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=22.43%
G=39.97%
B=37.60%

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
Decimal1422532380.4400.060.01171.8996.5277.45
Hex8EFDEE2C061ac614d
Octal21637535654061254141115
Binary100011101111110111101110101100011011010110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,253,238); }

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

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

 a { background-color: rgb(142,253,238); }

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

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

 span { border-color: rgb(142,253,238); }

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