#77F8F9

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

Shades of Electric Blue #77F8F9

Tints of Electric Blue #77F8F9

Color information

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

HSL color Cylindrical-coordinate representation of color #77F8F9: hue angle of 180.46º 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 #77F8F9 is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119248249-
CMYK0.520.0000.02
HSL180.46º91.55%72.16%-
HSV(B)180.46º52.21%97.65%-
XYZ58.2777.9101.59-
YUV209.54150.2663.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192482490.520.0000.02180.4691.5572.16
Hex77F8F934002b45c48
Octal16737037164002264134110
Binary1110111111110001111100111010000101011010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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