Html Css Color HEX #76F8F7 Electric Blue

📋 copy color: '#76F8F7'

red 118 ◦ green 248 ◦ blue 247

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

Shades of Electric Blue #76F8F7

Tints of Electric Blue #76F8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.29%

R = 19.25%
G = 40.46%
B = 40.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#76F8F7 (or 0x76F8F7) is known color: Electric Blue. HEX triplet: 76, F8 and F7. RGB value is (118,248,247). Sum of RGB (Red+Green+Blue) = 118+248+247=613 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.25% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8F7 is #890708. Grayscale: #D0D0D0. Windows color (decimal): -8980233 or 16250998. OLE color: 16250998.

HSL color Cylindrical-coordinate representation of color #76F8F7: hue angle of 179.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8F7 is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 247 -
CMYK 0.52 0 0.00 0.03
HSL 179.54º 0.9% 0.72% -
HSV(B) 179.54º 0.52% 0.97% -
XYZ 57.83 77.7 99.95 -
YUV 209.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 118 248 247 0.52 0 0.00 0.03 179.54 0.9 0.72
Hex 76 F8 F7 34 0 0 3 B4 5A 48
Octal 166 370 367 64 0 0 3 264 132 110
Binary 1110110 11111000 11110111 110100 0 0 11 10110100 1011010 1001000

Color Harmonies of #76F8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8F7

Black with #76F8F7

Text Example


Text Example

White with #76F8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,248,247); }

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

background-color css

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

 a { background-color: rgb(118,248,247); }

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

border-color css

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

 span { border-color: rgb(118,248,247); }

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