Html Css Color HEX #77F8FB Electric Blue

📋 copy color: '#77F8FB'

red 119 ◦ green 248 ◦ blue 251

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

Shades of Electric Blue #77F8FB

Tints of Electric Blue #77F8FB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.13%

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

R = 19.26%
G = 40.13%
B = 40.61%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77F8FB (or 0x77F8FB) is known color: Electric Blue. HEX triplet: 77, F8 and FB. RGB value is (119,248,251). Sum of RGB (Red+Green+Blue) = 119+248+251=618 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.26% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #77F8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F8FB is #880704. Grayscale: #D1D1D1. Windows color (decimal): -8914693 or 16513143. OLE color: 16513143.

HSL color Cylindrical-coordinate representation of color #77F8FB: hue angle of 181.36º 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 #77F8FB is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 248 251 -
CMYK 0.53 0.01 0 0.02
HSL 181.36º 0.94% 0.73% -
HSV(B) 181.36º 0.53% 0.98% -
XYZ 58.59 78.02 103.24 -
YUV 209.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 119 248 251 0.53 0.01 0 0.02 181.36 0.94 0.73
Hex 77 F8 FB 35 1 0 2 B5 5E 49
Octal 167 370 373 65 1 0 2 265 136 111
Binary 1110111 11111000 11111011 110101 1 0 10 10110101 1011110 1001001

Color Harmonies of #77F8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F8FB

Black with #77F8FB

Text Example


Text Example

White with #77F8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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