Html Css Color HEX #76E8FD Electric Blue

📋 copy color: '#76E8FD'

red 118 ◦ green 232 ◦ blue 253

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

Shades of Electric Blue #76E8FD

Tints of Electric Blue #76E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.47%

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 19.57%
G = 38.47%
B = 41.96%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76E8FD (or 0x76E8FD) is known color: Electric Blue. HEX triplet: 76, E8 and FD. RGB value is (118,232,253). Sum of RGB (Red+Green+Blue) = 118+232+253=603 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.57% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #76E8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76E8FD is #891702. Grayscale: #C8C8C8. Windows color (decimal): -8984323 or 16640118. OLE color: 16640118.

HSL color Cylindrical-coordinate representation of color #76E8FD: hue angle of 189.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76E8FD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 232 253 -
CMYK 0.53 0.08 0 0.01
HSL 189.33º 0.97% 0.73% -
HSV(B) 189.33º 0.53% 0.99% -
XYZ 54.06 68.66 103.33 -
YUV 200.31 157.73 69.29 -
System Red Green Blue C M Y K H S L
Decimal 118 232 253 0.53 0.08 0 0.01 189.33 0.97 0.73
Hex 76 E8 FD 35 8 0 1 BD 61 49
Octal 166 350 375 65 10 0 1 275 141 111
Binary 1110110 11101000 11111101 110101 1000 0 1 10111101 1100001 1001001

Color Harmonies of #76E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E8FD

Black with #76E8FD

Text Example


Text Example

White with #76E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,232,253); }

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

background-color css

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

 a { background-color: rgb(118,232,253); }

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

border-color css

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

 span { border-color: rgb(118,232,253); }

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