Html Css Color HEX #76EAF3 Electric Blue

📋 copy color: '#76EAF3'

red 118 ◦ green 234 ◦ blue 243

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

Shades of Electric Blue #76EAF3

Tints of Electric Blue #76EAF3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 243 (95.31% from 255) = 40.84%

R = 19.83%
G = 39.33%
B = 40.84%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76EAF3 (or 0x76EAF3) is known color: Electric Blue. HEX triplet: 76, EA and F3. RGB value is (118,234,243). Sum of RGB (Red+Green+Blue) = 118+234+243=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #76EAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EAF3 is #89150C. Grayscale: #C8C8C8. Windows color (decimal): -8983821 or 15985270. OLE color: 15985270.

HSL color Cylindrical-coordinate representation of color #76EAF3: hue angle of 184.32º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EAF3 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 234 243 -
CMYK 0.51 0.04 0 0.05
HSL 184.32º 0.84% 0.71% -
HSV(B) 184.32º 0.51% 0.95% -
XYZ 53.07 69.17 95.35 -
YUV 200.34 152.07 69.27 -
System Red Green Blue C M Y K H S L
Decimal 118 234 243 0.51 0.04 0 0.05 184.32 0.84 0.71
Hex 76 EA F3 33 4 0 5 B8 54 47
Octal 166 352 363 63 4 0 5 270 124 107
Binary 1110110 11101010 11110011 110011 100 0 101 10111000 1010100 1000111

Color Harmonies of #76EAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAF3

Black with #76EAF3

Text Example


Text Example

White with #76EAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,234,243); }

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

background-color css

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

 a { background-color: rgb(118,234,243); }

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

border-color css

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

 span { border-color: rgb(118,234,243); }

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