#77F2FC

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

Shades of Electric Blue #77F2FC

Tints of Electric Blue #77F2FC

Color information

#77F2FC (or 0x77F2FC) is unknown color: approx Electric Blue. HEX triplet: 77, F2 and FC. RGB value is (119,242,252). Sum of RGB (Red+Green+Blue) = 119+242+252=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #77F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2FC is #880D03. Grayscale: #CECECE. Windows color (decimal): -8916228 or 16577143. OLE color: 16577143.

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

Color convert

RGB119242252-
CMYK0.530.0400.01
HSL184.51º95.68%72.75%-
HSV(B)184.51º52.78%98.82%-
XYZ56.9374.45103.47-
YUV206.36153.7565.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.41%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=19.41%
G=39.48%
B=41.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192422520.530.0400.01184.5195.6872.75
Hex77F2FC35401b96049
Octal16736237465401271140111
Binary11101111111001011111100110101100011011100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,242,252); }

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

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

 a { background-color: rgb(119,242,252); }

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

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

 span { border-color: rgb(119,242,252); }

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