Html Css Color HEX #76EDFF Electric Blue

📋 copy color: '#76EDFF'

red 118 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #76EDFF

Tints of Electric Blue #76EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 19.34%
G = 38.85%
B = 41.8%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76EDFF (or 0x76EDFF) is known color: Electric Blue. HEX triplet: 76, ED and FF. RGB value is (118,237,255). Sum of RGB (Red+Green+Blue) = 118+237+255=610 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.34% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #76EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDFF is #891200. Grayscale: #CBCBCB. Windows color (decimal): -8983041 or 16772470. OLE color: 16772470.

HSL color Cylindrical-coordinate representation of color #76EDFF: hue angle of 187.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76EDFF is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 237 255 -
CMYK 0.54 0.07 0 0
HSL 187.88º 1% 0.73% -
HSV(B) 187.88º 0.54% 1% -
XYZ 55.81 71.64 105.49 -
YUV 203.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 118 237 255 0.54 0.07 0 0 187.88 1 0.73
Hex 76 ED FF 36 7 0 0 BC 64 49
Octal 166 355 377 66 7 0 0 274 144 111
Binary 1110110 11101101 11111111 110110 111 0 0 10111100 1100100 1001001

Color Harmonies of #76EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDFF

Black with #76EDFF

Text Example


Text Example

White with #76EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,237,255); }

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

background-color css

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

 a { background-color: rgb(118,237,255); }

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

border-color css

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

 span { border-color: rgb(118,237,255); }

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