Html Css Color HEX #77F0FC Electric Blue

📋 copy color: '#77F0FC'

red 119 ◦ green 240 ◦ blue 252

#77F0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #77F0FC

Tints of Electric Blue #77F0FC

RGB

 RED value IS 119 (46.88% from 255) = 19.48%

 GREEN value IS 240 (94.14% from 255) = 39.28%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 19.48%
G = 39.28%
B = 41.24%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77F0FC (or 0x77F0FC) is known color: Electric Blue. HEX triplet: 77, F0 and FC. RGB value is (119,240,252). Sum of RGB (Red+Green+Blue) = 119+240+252=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #77F0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F0FC is #880F03. Grayscale: #CDCDCD. Windows color (decimal): -8916740 or 16576631. OLE color: 16576631.

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

Color convert

RGB 119 240 252 -
CMYK 0.53 0.05 0 0.01
HSL 185.41º 0.96% 0.73% -
HSV(B) 185.41º 0.53% 0.99% -
XYZ 56.34 73.27 103.27 -
YUV 205.19 154.41 66.52 -
System Red Green Blue C M Y K H S L
Decimal 119 240 252 0.53 0.05 0 0.01 185.41 0.96 0.73
Hex 77 F0 FC 35 5 0 1 B9 60 49
Octal 167 360 374 65 5 0 1 271 140 111
Binary 1110111 11110000 11111100 110101 101 0 1 10111001 1100000 1001001

Color Harmonies of #77F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F0FC

Black with #77F0FC

Text Example


Text Example

White with #77F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77F0FC;
 }
 .AnyTagClassName
 {
   color: #77F0FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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