#77F8F3

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

Shades of Electric Blue #77F8F3

Tints of Electric Blue #77F8F3

Color information

#77F8F3 (or 0x77F8F3) is unknown color: approx Electric Blue. HEX triplet: 77, F8 and F3. RGB value is (119,248,243). Sum of RGB (Red+Green+Blue) = 119+248+243=610 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.51% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #77F8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F8F3 is #88070C. Grayscale: #D0D0D0. Windows color (decimal): -8914701 or 15988855. OLE color: 15988855.

HSL color Cylindrical-coordinate representation of color #77F8F3: hue angle of 177.67º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F8F3 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB119248243-
CMYK0.5200.020.03
HSL177.67º90.21%71.96%-
HSV(B)177.67º52.02%97.25%-
XYZ57.3577.5396.74-
YUV208.86147.2663.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.51%
GREEN value IS 248 (97.27% from 255) = 40.66%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=19.51%
G=40.66%
B=39.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1192482430.5200.020.03177.6790.2171.96
Hex77F8F334023b25a48
Octal16737036364023262132110
Binary11101111111100011110011110100010111011001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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