#77F9F8

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

Shades of Electric Blue #77F9F8

Tints of Electric Blue #77F9F8

Color information

#77F9F8 (or 0x77F9F8) is unknown color: approx Electric Blue. HEX triplet: 77, F9 and F8. RGB value is (119,249,248). Sum of RGB (Red+Green+Blue) = 119+249+248=616 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.32% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F9F8 is #880607. Grayscale: #D1D1D1. Windows color (decimal): -8914440 or 16316791. OLE color: 16316791.

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

Color convert

RGB119249248-
CMYK0.5200.000.02
HSL179.54º91.55%72.16%-
HSV(B)179.54º52.21%97.65%-
XYZ58.4378.45100.87-
YUV210.02149.4363.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.32%
GREEN value IS 249 (97.66% from 255) = 40.42%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=19.32%
G=40.42%
B=40.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192492480.5200.000.02179.5491.5572.16
Hex77F9F834002b45c48
Octal16737137064002264134110
Binary1110111111110011111100011010000101011010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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