Html Css Color HEX #77F3EA Electric Blue

📋 copy color: '#77F3EA'

red 119 ◦ green 243 ◦ blue 234

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

Shades of Electric Blue #77F3EA

Tints of Electric Blue #77F3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.77%

 BLUE value IS 234 (91.8% from 255) = 39.26%

R = 19.97%
G = 40.77%
B = 39.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#77F3EA (or 0x77F3EA) is known color: Electric Blue. HEX triplet: 77, F3 and EA. RGB value is (119,243,234). Sum of RGB (Red+Green+Blue) = 119+243+234=596 (78% of max value = 765). Red value is 119 (46.88% from 255 or 19.97% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F3EA is #880C15. Grayscale: #CCCCCC. Windows color (decimal): -8915990 or 15397751. OLE color: 15397751.

HSL color Cylindrical-coordinate representation of color #77F3EA: hue angle of 175.65º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F3EA is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 243 234 -
CMYK 0.51 0 0.04 0.05
HSL 175.65º 0.84% 0.71% -
HSV(B) 175.65º 0.51% 0.95% -
XYZ 54.51 73.96 89.25 -
YUV 204.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 119 243 234 0.51 0 0.04 0.05 175.65 0.84 0.71
Hex 77 F3 EA 33 0 4 5 B0 54 47
Octal 167 363 352 63 0 4 5 260 124 107
Binary 1110111 11110011 11101010 110011 0 100 101 10110000 1010100 1000111

Color Harmonies of #77F3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3EA

Black with #77F3EA

Text Example


Text Example

White with #77F3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,243,234); }

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

background-color css

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

 a { background-color: rgb(119,243,234); }

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

border-color css

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

 span { border-color: rgb(119,243,234); }

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