Html Css Color HEX #76F2FD Electric Blue

📋 copy color: '#76F2FD'

red 118 ◦ green 242 ◦ blue 253

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

Shades of Electric Blue #76F2FD

Tints of Electric Blue #76F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

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

R = 19.25%
G = 39.48%
B = 41.27%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76F2FD (or 0x76F2FD) is known color: Electric Blue. HEX triplet: 76, F2 and FD. RGB value is (118,242,253). Sum of RGB (Red+Green+Blue) = 118+242+253=613 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.25% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #76F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2FD is #890D02. Grayscale: #CECECE. Windows color (decimal): -8981763 or 16642678. OLE color: 16642678.

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

Color convert

RGB 118 242 253 -
CMYK 0.53 0.04 0 0.01
HSL 184.89º 0.97% 0.73% -
HSV(B) 184.89º 0.53% 0.99% -
XYZ 56.95 74.45 104.3 -
YUV 206.18 154.42 65.11 -
System Red Green Blue C M Y K H S L
Decimal 118 242 253 0.53 0.04 0 0.01 184.89 0.97 0.73
Hex 76 F2 FD 35 4 0 1 B9 61 49
Octal 166 362 375 65 4 0 1 271 141 111
Binary 1110110 11110010 11111101 110101 100 0 1 10111001 1100001 1001001

Color Harmonies of #76F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2FD

Black with #76F2FD

Text Example


Text Example

White with #76F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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