Html Css Color HEX #77F9F3 Electric Blue

📋 copy color: '#77F9F3'

red 119 ◦ green 249 ◦ blue 243

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

Shades of Electric Blue #77F9F3

Tints of Electric Blue #77F9F3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.75%

 BLUE value IS 243 (95.31% from 255) = 39.77%

R = 19.48%
G = 40.75%
B = 39.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#77F9F3 (or 0x77F9F3) is known color: Electric Blue. HEX triplet: 77, F9 and F3. RGB value is (119,249,243). Sum of RGB (Red+Green+Blue) = 119+249+243=611 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.48% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #77F9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F9F3 is #88060C. Grayscale: #D1D1D1. Windows color (decimal): -8914445 or 15989111. OLE color: 15989111.

HSL color Cylindrical-coordinate representation of color #77F9F3: hue angle of 177.23º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F9F3 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 249 243 -
CMYK 0.52 0 0.02 0.02
HSL 177.23º 0.92% 0.72% -
HSV(B) 177.23º 0.52% 0.98% -
XYZ 57.66 78.14 96.84 -
YUV 209.45 146.93 63.49 -
System Red Green Blue C M Y K H S L
Decimal 119 249 243 0.52 0 0.02 0.02 177.23 0.92 0.72
Hex 77 F9 F3 34 0 2 2 B1 5C 48
Octal 167 371 363 64 0 2 2 261 134 110
Binary 1110111 11111001 11110011 110100 0 10 10 10110001 1011100 1001000

Color Harmonies of #77F9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F9F3

Black with #77F9F3

Text Example


Text Example

White with #77F9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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