#76ECEE

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

Shades of Electric Blue #76ECEE

Tints of Electric Blue #76ECEE

Color information

#76ECEE (or 0x76ECEE) is unknown color: approx Electric Blue. HEX triplet: 76, EC and EE. RGB value is (118,236,238). Sum of RGB (Red+Green+Blue) = 118+236+238=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #76ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECEE is #891311. Grayscale: #C8C8C8. Windows color (decimal): -8983314 or 15658102. OLE color: 15658102.

HSL color Cylindrical-coordinate representation of color #76ECEE: hue angle of 181º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECEE is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118236238-
CMYK0.500.0100.07
HSL181º77.92%69.8%-
HSV(B)181º50.42%93.33%-
XYZ52.970.0291.62-
YUV200.95148.9168.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.93%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=19.93%
G=39.86%
B=40.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182362380.500.0100.0718177.9269.8
Hex76ECEE32107b54e46
Octal16635435662107265116106
Binary11101101110110011101110110010101111011010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ECEE; }

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

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

<style>
 a { background-color: #76ECEE; }

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

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

<style>
 span { border-color: #76ECEE; }

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

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