#8CEEEC

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

Shades of Electric Blue #8CEEEC

Tints of Electric Blue #8CEEEC

Color information

#8CEEEC (or 0x8CEEEC) is unknown color: approx Electric Blue. HEX triplet: 8C, EE and EC. RGB value is (140,238,236). Sum of RGB (Red+Green+Blue) = 140+238+236=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEEC is #731113. Grayscale: #D0D0D0. Windows color (decimal): -7541012 or 15527564. OLE color: 15527564.

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

Color convert

RGB140238236-
CMYK0.4100.010.07
HSL178.78º74.24%74.12%-
HSV(B)178.78º41.18%93.33%-
XYZ56.5372.7890.43-
YUV208.47143.5379.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.80%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=22.80%
G=38.76%
B=38.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402382360.4100.010.07178.7874.2474.12
Hex8CEEEC29017b34a4a
Octal21435635451017263112112
Binary100011001110111011101100101001011111011001110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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