Html Css Color HEX #76EEF9 Electric Blue

📋 copy color: '#76EEF9'

red 118 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #76EEF9

Tints of Electric Blue #76EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.34%

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

R = 19.5%
G = 39.34%
B = 41.16%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76EEF9 (or 0x76EEF9) is known color: Electric Blue. HEX triplet: 76, EE and F9. RGB value is (118,238,249). Sum of RGB (Red+Green+Blue) = 118+238+249=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #76EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EEF9 is #891106. Grayscale: #CBCBCB. Windows color (decimal): -8982791 or 16379510. OLE color: 16379510.

HSL color Cylindrical-coordinate representation of color #76EEF9: hue angle of 185.04º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76EEF9 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 238 249 -
CMYK 0.53 0.04 0 0.02
HSL 185.04º 0.92% 0.72% -
HSV(B) 185.04º 0.53% 0.98% -
XYZ 55.14 71.84 100.58 -
YUV 203.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 118 238 249 0.53 0.04 0 0.02 185.04 0.92 0.72
Hex 76 EE F9 35 4 0 2 B9 5C 48
Octal 166 356 371 65 4 0 2 271 134 110
Binary 1110110 11101110 11111001 110101 100 0 10 10111001 1011100 1001000

Color Harmonies of #76EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EEF9

Black with #76EEF9

Text Example


Text Example

White with #76EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,238,249); }

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

background-color css

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

 a { background-color: rgb(118,238,249); }

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

border-color css

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

 span { border-color: rgb(118,238,249); }

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