Html Css Color HEX #76F0FD Electric Blue

📋 copy color: '#76F0FD'

red 118 ◦ green 240 ◦ blue 253

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

Shades of Electric Blue #76F0FD

Tints of Electric Blue #76F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.28%

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

R = 19.31%
G = 39.28%
B = 41.41%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76F0FD (or 0x76F0FD) is known color: Electric Blue. HEX triplet: 76, F0 and FD. RGB value is (118,240,253). Sum of RGB (Red+Green+Blue) = 118+240+253=611 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.31% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #76F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F0FD is #890F02. Grayscale: #CCCCCC. Windows color (decimal): -8982275 or 16642166. OLE color: 16642166.

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

Color convert

RGB 118 240 253 -
CMYK 0.53 0.05 0 0.01
HSL 185.78º 0.97% 0.73% -
HSV(B) 185.78º 0.53% 0.99% -
XYZ 56.36 73.26 104.1 -
YUV 205 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 118 240 253 0.53 0.05 0 0.01 185.78 0.97 0.73
Hex 76 F0 FD 35 5 0 1 BA 61 49
Octal 166 360 375 65 5 0 1 272 141 111
Binary 1110110 11110000 11111101 110101 101 0 1 10111010 1100001 1001001

Color Harmonies of #76F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F0FD

Black with #76F0FD

Text Example


Text Example

White with #76F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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