Html Css Color HEX #76E5FD Electric Blue

📋 copy color: '#76E5FD'

red 118 ◦ green 229 ◦ blue 253

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

Shades of Electric Blue #76E5FD

Tints of Electric Blue #76E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.17%

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

R = 19.67%
G = 38.17%
B = 42.17%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76E5FD (or 0x76E5FD) is known color: Electric Blue. HEX triplet: 76, E5 and FD. RGB value is (118,229,253). Sum of RGB (Red+Green+Blue) = 118+229+253=600 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.67% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #76E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E5FD is #891A02. Grayscale: #C6C6C6. Windows color (decimal): -8985091 or 16639350. OLE color: 16639350.

HSL color Cylindrical-coordinate representation of color #76E5FD: hue angle of 190.67º 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 #76E5FD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 229 253 -
CMYK 0.53 0.09 0 0.01
HSL 190.67º 0.97% 0.73% -
HSV(B) 190.67º 0.53% 0.99% -
XYZ 53.22 66.98 103.05 -
YUV 198.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 118 229 253 0.53 0.09 0 0.01 190.67 0.97 0.73
Hex 76 E5 FD 35 9 0 1 BF 61 49
Octal 166 345 375 65 11 0 1 277 141 111
Binary 1110110 11100101 11111101 110101 1001 0 1 10111111 1100001 1001001

Color Harmonies of #76E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E5FD

Black with #76E5FD

Text Example


Text Example

White with #76E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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