Html Css Color HEX #77F5F9 Electric Blue

📋 copy color: '#77F5F9'

red 119 ◦ green 245 ◦ blue 249

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

Shades of Electric Blue #77F5F9

Tints of Electric Blue #77F5F9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.97%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 19.41%
G = 39.97%
B = 40.62%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77F5F9 (or 0x77F5F9) is known color: Electric Blue. HEX triplet: 77, F5 and F9. RGB value is (119,245,249). Sum of RGB (Red+Green+Blue) = 119+245+249=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #77F5F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F5F9 is #880A06. Grayscale: #CFCFCF. Windows color (decimal): -8915463 or 16381303. OLE color: 16381303.

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

Color convert

RGB 119 245 249 -
CMYK 0.52 0.02 0 0.02
HSL 181.85º 0.92% 0.72% -
HSV(B) 181.85º 0.52% 0.98% -
XYZ 57.36 76.07 101.28 -
YUV 207.78 151.26 64.67 -
System Red Green Blue C M Y K H S L
Decimal 119 245 249 0.52 0.02 0 0.02 181.85 0.92 0.72
Hex 77 F5 F9 34 2 0 2 B6 5C 48
Octal 167 365 371 64 2 0 2 266 134 110
Binary 1110111 11110101 11111001 110100 10 0 10 10110110 1011100 1001000

Color Harmonies of #77F5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F5F9

Black with #77F5F9

Text Example


Text Example

White with #77F5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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