Html Css Color HEX #77ECED Electric Blue

📋 copy color: '#77ECED'

red 119 ◦ green 236 ◦ blue 237

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

Shades of Electric Blue #77ECED

Tints of Electric Blue #77ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 20.1%
G = 39.86%
B = 40.03%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77ECED (or 0x77ECED) is known color: Electric Blue. HEX triplet: 77, EC and ED. RGB value is (119,236,237). Sum of RGB (Red+Green+Blue) = 119+236+237=592 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.10% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #77ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77ECED is #881312. Grayscale: #C9C9C9. Windows color (decimal): -8917779 or 15592567. OLE color: 15592567.

HSL color Cylindrical-coordinate representation of color #77ECED: hue angle of 180.51º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ECED is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 236 237 -
CMYK 0.50 0.00 0 0.07
HSL 180.51º 0.77% 0.7% -
HSV(B) 180.51º 0.5% 0.93% -
XYZ 52.89 70.03 90.85 -
YUV 201.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 119 236 237 0.50 0.00 0 0.07 180.51 0.77 0.7
Hex 77 EC ED 32 0 0 7 B5 4D 46
Octal 167 354 355 62 0 0 7 265 115 106
Binary 1110111 11101100 11101101 110010 0 0 111 10110101 1001101 1000110

Color Harmonies of #77ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ECED

Black with #77ECED

Text Example


Text Example

White with #77ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,236,237); }

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

background-color css

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

 a { background-color: rgb(119,236,237); }

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

border-color css

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

 span { border-color: rgb(119,236,237); }

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