#77FCFD

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

Shades of Electric Blue #77FCFD

Tints of Electric Blue #77FCFD

Color information

#77FCFD (or 0x77FCFD) is unknown color: approx Electric Blue. HEX triplet: 77, FC and FD. RGB value is (119,252,253). Sum of RGB (Red+Green+Blue) = 119+252+253=624 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.07% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #77FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCFD is #880302. Grayscale: #D4D4D4. Windows color (decimal): -8913667 or 16645239. OLE color: 16645239.

HSL color Cylindrical-coordinate representation of color #77FCFD: hue angle of 180.45º degrees, saturation: 0.97, 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 #77FCFD is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119252253-
CMYK0.530.0000.01
HSL180.45º97.1%72.94%-
HSV(B)180.45º52.96%99.22%-
XYZ60.1580.63105.32-
YUV212.35150.9461.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 19.07%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=19.07%
G=40.38%
B=40.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192522530.530.0000.01180.4597.172.94
Hex77FCFD35001b46149
Octal16737437565001264141111
Binary111011111111100111111011101010011011010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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