Html Css Color HEX #76EFF8 Electric Blue

📋 copy color: '#76EFF8'

red 118 ◦ green 239 ◦ blue 248

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

Shades of Electric Blue #76EFF8

Tints of Electric Blue #76EFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 19.5%
G = 39.5%
B = 40.99%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#76EFF8 (or 0x76EFF8) is known color: Electric Blue. HEX triplet: 76, EF and F8. RGB value is (118,239,248). Sum of RGB (Red+Green+Blue) = 118+239+248=605 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.50% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #76EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFF8 is #891007. Grayscale: #CBCBCB. Windows color (decimal): -8982536 or 16314230. OLE color: 16314230.

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

Color convert

RGB 118 239 248 -
CMYK 0.52 0.04 0 0.03
HSL 184.15º 0.9% 0.72% -
HSV(B) 184.15º 0.52% 0.97% -
XYZ 55.28 72.36 99.86 -
YUV 203.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 118 239 248 0.52 0.04 0 0.03 184.15 0.9 0.72
Hex 76 EF F8 34 4 0 3 B8 5A 48
Octal 166 357 370 64 4 0 3 270 132 110
Binary 1110110 11101111 11111000 110100 100 0 11 10111000 1011010 1001000

Color Harmonies of #76EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EFF8

Black with #76EFF8

Text Example


Text Example

White with #76EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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