#77E5FF

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

Shades of Electric Blue #77E5FF

Tints of Electric Blue #77E5FF

Color information

#77E5FF (or 0x77E5FF) is unknown color: approx Electric Blue. HEX triplet: 77, E5 and FF. RGB value is (119,229,255). Sum of RGB (Red+Green+Blue) = 119+229+255=603 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.73% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #77E5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77E5FF is #881A00. Grayscale: #C6C6C6. Windows color (decimal): -8919553 or 16770423. OLE color: 16770423.

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

Color convert

RGB119229255-
CMYK0.530.1000
HSL191.47º100%73.33%-
HSV(B)191.47º53.33%100%-
XYZ53.6867.18104.75-
YUV199.07159.5670.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.73%
GREEN value IS 229 (89.84% from 255) = 37.98%
BLUE value IS 255 (100% from 255) = 42.29%
R=19.73%
G=37.98%
B=42.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1192292550.530.1000191.4710073.33
Hex77E5FF35A00bf6449
Octal167345377651200277144111
Binary111011111100101111111111101011010001011111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,229,255); }

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

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

 a { background-color: rgb(119,229,255); }

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

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

 span { border-color: rgb(119,229,255); }

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