Html Css Color HEX #77F3EE Electric Blue

📋 copy color: '#77F3EE'

red 119 ◦ green 243 ◦ blue 238

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

Shades of Electric Blue #77F3EE

Tints of Electric Blue #77F3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.5%

 BLUE value IS 238 (93.36% from 255) = 39.67%

R = 19.83%
G = 40.5%
B = 39.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#77F3EE (or 0x77F3EE) is known color: Electric Blue. HEX triplet: 77, F3 and EE. RGB value is (119,243,238). Sum of RGB (Red+Green+Blue) = 119+243+238=600 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.83% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77F3EE is #880C11. Grayscale: #CDCDCD. Windows color (decimal): -8915986 or 15659895. OLE color: 15659895.

HSL color Cylindrical-coordinate representation of color #77F3EE: hue angle of 177.58º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F3EE is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 243 238 -
CMYK 0.51 0 0.02 0.05
HSL 177.58º 0.84% 0.71% -
HSV(B) 177.58º 0.51% 0.95% -
XYZ 55.09 74.2 92.31 -
YUV 205.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 119 243 238 0.51 0 0.02 0.05 177.58 0.84 0.71
Hex 77 F3 EE 33 0 2 5 B2 54 47
Octal 167 363 356 63 0 2 5 262 124 107
Binary 1110111 11110011 11101110 110011 0 10 101 10110010 1010100 1000111

Color Harmonies of #77F3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3EE

Black with #77F3EE

Text Example


Text Example

White with #77F3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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