Html Css Color HEX #76F2FC Electric Blue

📋 copy color: '#76F2FC'

red 118 ◦ green 242 ◦ blue 252

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

Shades of Electric Blue #76F2FC

Tints of Electric Blue #76F2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.18%

R = 19.28%
G = 39.54%
B = 41.18%

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

#76F2FC (or 0x76F2FC) is known color: Electric Blue. HEX triplet: 76, F2 and FC. RGB value is (118,242,252). Sum of RGB (Red+Green+Blue) = 118+242+252=612 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.28% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #76F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76F2FC is #890D03. Grayscale: #CDCDCD. Windows color (decimal): -8981764 or 16577142. OLE color: 16577142.

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

Color convert

RGB 118 242 252 -
CMYK 0.53 0.04 0 0.01
HSL 184.48º 0.96% 0.73% -
HSV(B) 184.48º 0.53% 0.99% -
XYZ 56.79 74.38 103.46 -
YUV 206.06 153.92 65.19 -
System Red Green Blue C M Y K H S L
Decimal 118 242 252 0.53 0.04 0 0.01 184.48 0.96 0.73
Hex 76 F2 FC 35 4 0 1 B8 60 49
Octal 166 362 374 65 4 0 1 270 140 111
Binary 1110110 11110010 11111100 110101 100 0 1 10111000 1100000 1001001

Color Harmonies of #76F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2FC

Black with #76F2FC

Text Example


Text Example

White with #76F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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