Html Css Color HEX #76ECF8 Electric Blue

📋 copy color: '#76ECF8'

red 118 ◦ green 236 ◦ blue 248

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

Shades of Electric Blue #76ECF8

Tints of Electric Blue #76ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.2%

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

R = 19.6%
G = 39.2%
B = 41.2%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#76ECF8 (or 0x76ECF8) is known color: Electric Blue. HEX triplet: 76, EC and F8. RGB value is (118,236,248). Sum of RGB (Red+Green+Blue) = 118+236+248=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #76ECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECF8 is #891307. Grayscale: #C9C9C9. Windows color (decimal): -8983304 or 16313462. OLE color: 16313462.

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

Color convert

RGB 118 236 248 -
CMYK 0.52 0.05 0 0.03
HSL 185.54º 0.9% 0.72% -
HSV(B) 185.54º 0.52% 0.97% -
XYZ 54.41 70.62 99.57 -
YUV 202.09 153.91 68.02 -
System Red Green Blue C M Y K H S L
Decimal 118 236 248 0.52 0.05 0 0.03 185.54 0.9 0.72
Hex 76 EC F8 34 5 0 3 BA 5A 48
Octal 166 354 370 64 5 0 3 272 132 110
Binary 1110110 11101100 11111000 110100 101 0 11 10111010 1011010 1001000

Color Harmonies of #76ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECF8

Black with #76ECF8

Text Example


Text Example

White with #76ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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