#77f6fe

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

Shades of Electric Blue #77F6FE

Tints of Electric Blue #77F6FE

Color information

#77F6FE (or 0x77F6FE) is unknown color: approx Electric Blue. HEX triplet: 77, F6 and FE. RGB value is (119,246,254). Sum of RGB (Red+Green+Blue) = 119+246+254=619 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.22% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #77F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F6FE is #880901. Grayscale: #D0D0D0. Windows color (decimal): -8915202 or 16709239. OLE color: 16709239.

HSL color Cylindrical-coordinate representation of color #77F6FE: hue angle of 183.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F6FE is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119246254-
CMYK0.530.0300.00
HSL183.56º98.54%73.14%-
HSV(B)183.56º53.15%99.61%-
XYZ58.4576.99105.55-
YUV208.94153.4263.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.22%
GREEN value IS 246 (96.48% from 255) = 39.74%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=19.22%
G=39.74%
B=41.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1192462540.530.0300.00183.5698.5473.14
Hex77F6FE35300b86349
Octal16736637665300270143111
Binary1110111111101101111111011010111001011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77f6fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77f6fe; }

 p { color: rgb(119,246,254); }

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

<style>
 a { background-color: #77f6fe; }

 a { background-color: rgb(119,246,254); }

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

<style>
 span { border-color: #77f6fe; }

 span { border-color: rgb(119,246,254); }

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