#76EBF1

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

Shades of Electric Blue #76EBF1

Tints of Electric Blue #76EBF1

Color information

#76EBF1 (or 0x76EBF1) is unknown color: approx Electric Blue. HEX triplet: 76, EB and F1. RGB value is (118,235,241). Sum of RGB (Red+Green+Blue) = 118+235+241=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #76EBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EBF1 is #89140E. Grayscale: #C8C8C8. Windows color (decimal): -8983567 or 15854454. OLE color: 15854454.

HSL color Cylindrical-coordinate representation of color #76EBF1: hue angle of 182.93º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EBF1 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118235241-
CMYK0.510.0200.05
HSL182.93º81.46%70.39%-
HSV(B)182.93º51.04%94.51%-
XYZ53.0669.6293.86-
YUV200.7150.7469.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.87%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=19.87%
G=39.56%
B=40.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1182352410.510.0200.05182.9381.4670.39
Hex76EBF133205b75146
Octal16635336163205267121106
Binary111011011101011111100011100111001011011011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,235,241); }

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

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

 a { background-color: rgb(118,235,241); }

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

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

 span { border-color: rgb(118,235,241); }

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