#76F9FF

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

Shades of Electric Blue #76F9FF

Tints of Electric Blue #76F9FF

Color information

#76F9FF (or 0x76F9FF) is unknown color: approx Electric Blue. HEX triplet: 76, F9 and FF. RGB value is (118,249,255). Sum of RGB (Red+Green+Blue) = 118+249+255=622 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.97% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #76F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F9FF is #890600. Grayscale: #D2D2D2. Windows color (decimal): -8979969 or 16775542. OLE color: 16775542.

HSL color Cylindrical-coordinate representation of color #76F9FF: hue angle of 182.63º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76F9FF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB118249255-
CMYK0.540.0200
HSL182.63º100%73.14%-
HSV(B)182.63º53.73%100%-
XYZ59.478.82106.69-
YUV210.52153.162.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 18.97%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 255 (100% from 255) = 41.00%
R=18.97%
G=40.03%
B=41.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1182492550.540.0200182.6310073.14
Hex76F9FF36200b76449
Octal16637137766200267144111
Binary1110110111110011111111111011010001011011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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