#76F2F9

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

Shades of Electric Blue #76F2F9

Tints of Electric Blue #76F2F9

Color information

#76F2F9 (or 0x76F2F9) is unknown color: approx Electric Blue. HEX triplet: 76, F2 and F9. RGB value is (118,242,249). Sum of RGB (Red+Green+Blue) = 118+242+249=609 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.38% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #76F2F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2F9 is #890D06. Grayscale: #CDCDCD. Windows color (decimal): -8981767 or 16380534. OLE color: 16380534.

HSL color Cylindrical-coordinate representation of color #76F2F9: hue angle of 183.21º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F2F9 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118242249-
CMYK0.530.0300.02
HSL183.21º91.61%71.96%-
HSV(B)183.21º52.61%97.65%-
XYZ56.3274.2100.98-
YUV205.72152.4265.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 19.38%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=19.38%
G=39.74%
B=40.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182422490.530.0300.02183.2191.6171.96
Hex76F2F935302b75c48
Octal16636237165302267134110
Binary11101101111001011111001110101110101011011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,242,249); }

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

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

 a { background-color: rgb(118,242,249); }

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

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

 span { border-color: rgb(118,242,249); }

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