#8CFFEE

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

Shades of Electric Blue #8CFFEE

Tints of Electric Blue #8CFFEE

Color information

#8CFFEE (or 0x8CFFEE) is unknown color: approx Electric Blue. HEX triplet: 8C, FF and EE. RGB value is (140,255,238). Sum of RGB (Red+Green+Blue) = 140+255+238=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFEE is #730011. Grayscale: #DADADA. Windows color (decimal): -7536658 or 15662988. OLE color: 15662988.

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

Color convert

RGB140255238-
CMYK0.4500.070
HSL171.13º100%77.45%-
HSV(B)171.13º45.1%100%-
XYZ62.0183.2793.69-
YUV218.68138.971.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.12%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=22.12%
G=40.28%
B=37.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402552380.4500.070171.1310077.45
Hex8CFFEE2D070ab644d
Octal21437735655070253144115
Binary100011001111111111101110101101011101010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,255,238); }

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

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

 a { background-color: rgb(140,255,238); }

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

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

 span { border-color: rgb(140,255,238); }

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