Html Css Color HEX #76F5F3 Electric Blue

📋 copy color: '#76F5F3'

red 118 ◦ green 245 ◦ blue 243

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

Shades of Electric Blue #76F5F3

Tints of Electric Blue #76F5F3

RGB

 RED value IS 118 (46.48% from 255) = 19.47%

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

 BLUE value IS 243 (95.31% from 255) = 40.1%

R = 19.47%
G = 40.43%
B = 40.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#76F5F3 (or 0x76F5F3) is known color: Electric Blue. HEX triplet: 76, F5 and F3. RGB value is (118,245,243). Sum of RGB (Red+Green+Blue) = 118+245+243=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #76F5F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F5F3 is #890A0C. Grayscale: #CECECE. Windows color (decimal): -8981005 or 15988086. OLE color: 15988086.

HSL color Cylindrical-coordinate representation of color #76F5F3: hue angle of 179.06º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F5F3 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 245 243 -
CMYK 0.52 0 0.01 0.04
HSL 179.06º 0.86% 0.71% -
HSV(B) 179.06º 0.52% 0.96% -
XYZ 56.3 75.63 96.42 -
YUV 206.8 148.42 64.66 -
System Red Green Blue C M Y K H S L
Decimal 118 245 243 0.52 0 0.01 0.04 179.06 0.86 0.71
Hex 76 F5 F3 34 0 1 4 B3 56 47
Octal 166 365 363 64 0 1 4 263 126 107
Binary 1110110 11110101 11110011 110100 0 1 100 10110011 1010110 1000111

Color Harmonies of #76F5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F5F3

Black with #76F5F3

Text Example


Text Example

White with #76F5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F5F3; }

 p { color: rgb(118,245,243); }

 H1.HeaderClassName
 {
   color: #76F5F3;
 }
 .AnyTagClassName
 {
   color: #76F5F3;
 }
</style>

background-color css

<style>
 a { background-color: #76F5F3; }

 a { background-color: rgb(118,245,243); }

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

border-color css

<style>
 span { border-color: #76F5F3; }

 span { border-color: rgb(118,245,243); }

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