Html Css Color HEX #77EFEB Electric Blue

📋 copy color: '#77EFEB'

red 119 ◦ green 239 ◦ blue 235

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

Shades of Electric Blue #77EFEB

Tints of Electric Blue #77EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 20.07%
G = 40.3%
B = 39.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#77EFEB (or 0x77EFEB) is known color: Electric Blue. HEX triplet: 77, EF and EB. RGB value is (119,239,235). Sum of RGB (Red+Green+Blue) = 119+239+235=593 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.07% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #77EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77EFEB is #881014. Grayscale: #CACACA. Windows color (decimal): -8917013 or 15462263. OLE color: 15462263.

HSL color Cylindrical-coordinate representation of color #77EFEB: hue angle of 178º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EFEB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 239 235 -
CMYK 0.50 0 0.02 0.06
HSL 178º 0.79% 0.7% -
HSV(B) 178º 0.5% 0.94% -
XYZ 53.47 71.65 89.61 -
YUV 202.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 119 239 235 0.50 0 0.02 0.06 178 0.79 0.7
Hex 77 EF EB 32 0 2 6 B2 4F 46
Octal 167 357 353 62 0 2 6 262 117 106
Binary 1110111 11101111 11101011 110010 0 10 110 10110010 1001111 1000110

Color Harmonies of #77EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EFEB

Black with #77EFEB

Text Example


Text Example

White with #77EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,239,235); }

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

background-color css

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

 a { background-color: rgb(119,239,235); }

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

border-color css

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

 span { border-color: rgb(119,239,235); }

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