Html Css Color HEX #77E7FC Electric Blue

📋 copy color: '#77E7FC'

red 119 ◦ green 231 ◦ blue 252

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

Shades of Electric Blue #77E7FC

Tints of Electric Blue #77E7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.37%

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

R = 19.77%
G = 38.37%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77E7FC (or 0x77E7FC) is known color: Electric Blue. HEX triplet: 77, E7 and FC. RGB value is (119,231,252). Sum of RGB (Red+Green+Blue) = 119+231+252=602 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.77% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #77E7FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77E7FC is #881803. Grayscale: #C7C7C7. Windows color (decimal): -8919044 or 16574327. OLE color: 16574327.

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

Color convert

RGB 119 231 252 -
CMYK 0.53 0.08 0 0.01
HSL 189.47º 0.96% 0.73% -
HSV(B) 189.47º 0.53% 0.99% -
XYZ 53.75 68.1 102.41 -
YUV 199.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 119 231 252 0.53 0.08 0 0.01 189.47 0.96 0.73
Hex 77 E7 FC 35 8 0 1 BD 60 49
Octal 167 347 374 65 10 0 1 275 140 111
Binary 1110111 11100111 11111100 110101 1000 0 1 10111101 1100000 1001001

Color Harmonies of #77E7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E7FC

Black with #77E7FC

Text Example


Text Example

White with #77E7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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