Html Css Color HEX #77F2FB Electric Blue

📋 copy color: '#77F2FB'

red 119 ◦ green 242 ◦ blue 251

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

Shades of Electric Blue #77F2FB

Tints of Electric Blue #77F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.54%

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 19.44%
G = 39.54%
B = 41.01%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77F2FB (or 0x77F2FB) is known color: Electric Blue. HEX triplet: 77, F2 and FB. RGB value is (119,242,251). Sum of RGB (Red+Green+Blue) = 119+242+251=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #77F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F2FB is #880D04. Grayscale: #CECECE. Windows color (decimal): -8916229 or 16511607. OLE color: 16511607.

HSL color Cylindrical-coordinate representation of color #77F2FB: hue angle of 184.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77F2FB is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 242 251 -
CMYK 0.53 0.04 0 0.02
HSL 184.09º 0.94% 0.73% -
HSV(B) 184.09º 0.53% 0.98% -
XYZ 56.77 74.39 102.63 -
YUV 206.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 119 242 251 0.53 0.04 0 0.02 184.09 0.94 0.73
Hex 77 F2 FB 35 4 0 2 B8 5E 49
Octal 167 362 373 65 4 0 2 270 136 111
Binary 1110111 11110010 11111011 110101 100 0 10 10111000 1011110 1001001

Color Harmonies of #77F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2FB

Black with #77F2FB

Text Example


Text Example

White with #77F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,242,251); }

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

background-color css

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

 a { background-color: rgb(119,242,251); }

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

border-color css

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

 span { border-color: rgb(119,242,251); }

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