Html Css Color HEX #76F8F5 Electric Blue

📋 copy color: '#76F8F5'

red 118 ◦ green 248 ◦ blue 245

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

Shades of Electric Blue #76F8F5

Tints of Electric Blue #76F8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.1%

R = 19.31%
G = 40.59%
B = 40.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#76F8F5 (or 0x76F8F5) is known color: Electric Blue. HEX triplet: 76, F8 and F5. RGB value is (118,248,245). Sum of RGB (Red+Green+Blue) = 118+248+245=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8F5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F8F5 is #89070A. Grayscale: #D0D0D0. Windows color (decimal): -8980235 or 16119926. OLE color: 16119926.

HSL color Cylindrical-coordinate representation of color #76F8F5: hue angle of 178.62º 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 #76F8F5 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 245 -
CMYK 0.52 0 0.01 0.03
HSL 178.62º 0.9% 0.72% -
HSV(B) 178.62º 0.52% 0.97% -
XYZ 57.52 77.58 98.33 -
YUV 208.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 118 248 245 0.52 0 0.01 0.03 178.62 0.9 0.72
Hex 76 F8 F5 34 0 1 3 B3 5A 48
Octal 166 370 365 64 0 1 3 263 132 110
Binary 1110110 11111000 11110101 110100 0 1 11 10110011 1011010 1001000

Color Harmonies of #76F8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8F5

Black with #76F8F5

Text Example


Text Example

White with #76F8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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