Html Css Color HEX #76EFF6 Electric Blue

📋 copy color: '#76EFF6'

red 118 ◦ green 239 ◦ blue 246

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

Shades of Electric Blue #76EFF6

Tints of Electric Blue #76EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 19.57%
G = 39.64%
B = 40.8%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#76EFF6 (or 0x76EFF6) is known color: Electric Blue. HEX triplet: 76, EF and F6. RGB value is (118,239,246). Sum of RGB (Red+Green+Blue) = 118+239+246=603 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.57% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #76EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFF6 is #891009. Grayscale: #CBCBCB. Windows color (decimal): -8982538 or 16183158. OLE color: 16183158.

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

Color convert

RGB 118 239 246 -
CMYK 0.52 0.03 0 0.04
HSL 183.28º 0.88% 0.71% -
HSV(B) 183.28º 0.52% 0.96% -
XYZ 54.97 72.24 98.23 -
YUV 203.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 118 239 246 0.52 0.03 0 0.04 183.28 0.88 0.71
Hex 76 EF F6 34 3 0 4 B7 58 47
Octal 166 357 366 64 3 0 4 267 130 107
Binary 1110110 11101111 11110110 110100 11 0 100 10110111 1011000 1000111

Color Harmonies of #76EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EFF6

Black with #76EFF6

Text Example


Text Example

White with #76EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,239,246); }

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

background-color css

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

 a { background-color: rgb(118,239,246); }

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

border-color css

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

 span { border-color: rgb(118,239,246); }

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