Html Css Color HEX #77F0FF Electric Blue

📋 copy color: '#77F0FF'

red 119 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #77F0FF

Tints of Electric Blue #77F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.09%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 19.38%
G = 39.09%
B = 41.53%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77F0FF (or 0x77F0FF) is known color: Electric Blue. HEX triplet: 77, F0 and FF. RGB value is (119,240,255). Sum of RGB (Red+Green+Blue) = 119+240+255=614 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.38% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #77F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F0FF is #880F00. Grayscale: #CDCDCD. Windows color (decimal): -8916737 or 16773239. OLE color: 16773239.

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

Color convert

RGB 119 240 255 -
CMYK 0.53 0.06 0 0
HSL 186.62º 1% 0.73% -
HSV(B) 186.62º 0.53% 1% -
XYZ 56.82 73.46 105.79 -
YUV 205.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 119 240 255 0.53 0.06 0 0 186.62 1 0.73
Hex 77 F0 FF 35 6 0 0 BB 64 49
Octal 167 360 377 65 6 0 0 273 144 111
Binary 1110111 11110000 11111111 110101 110 0 0 10111011 1100100 1001001

Color Harmonies of #77F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F0FF

Black with #77F0FF

Text Example


Text Example

White with #77F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,240,255); }

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

background-color css

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

 a { background-color: rgb(119,240,255); }

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

border-color css

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

 span { border-color: rgb(119,240,255); }

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