#77eaf3

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

Shades of Electric Blue #77EAF3

Tints of Electric Blue #77EAF3

Color information

#77EAF3 (or 0x77EAF3) is unknown color: approx Electric Blue. HEX triplet: 77, EA and F3. RGB value is (119,234,243). Sum of RGB (Red+Green+Blue) = 119+234+243=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #77EAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EAF3 is #88150C. Grayscale: #C8C8C8. Windows color (decimal): -8918285 or 15985271. OLE color: 15985271.

HSL color Cylindrical-coordinate representation of color #77EAF3: hue angle of 184.35º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77EAF3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119234243-
CMYK0.510.0400.05
HSL184.35º83.78%70.98%-
HSV(B)184.35º51.03%95.29%-
XYZ53.2169.2495.35-
YUV200.64151.969.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.97%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 243 (95.31% from 255) = 40.77%
R=19.97%
G=39.26%
B=40.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192342430.510.0400.05184.3583.7870.98
Hex77EAF333405b85447
Octal16735236363405270124107
Binary1110111111010101111001111001110001011011100010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77eaf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,234,243); }

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

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

 a { background-color: rgb(119,234,243); }

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

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

 span { border-color: rgb(119,234,243); }

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