#76EEEF

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

Shades of Electric Blue #76EEEF

Tints of Electric Blue #76EEEF

Color information

#76EEEF (or 0x76EEEF) is unknown color: approx Electric Blue. HEX triplet: 76, EE and EF. RGB value is (118,238,239). Sum of RGB (Red+Green+Blue) = 118+238+239=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #76EEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEEF is #891110. Grayscale: #CACACA. Windows color (decimal): -8982801 or 15724150. OLE color: 15724150.

HSL color Cylindrical-coordinate representation of color #76EEEF: hue angle of 180.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EEEF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118238239-
CMYK0.510.0000.06
HSL180.5º79.08%70%-
HSV(B)180.5º50.63%93.73%-
XYZ53.6371.2392.58-
YUV202.23148.7467.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.83%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=19.83%
G=40%
B=40.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182382390.510.0000.06180.579.0870
Hex76EEEF33006b44f46
Octal16635635763006264117106
Binary11101101110111011101111110011001101011010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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