Html Css Color HEX #76EAFA Electric Blue

📋 copy color: '#76EAFA'

red 118 ◦ green 234 ◦ blue 250

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

Shades of Electric Blue #76EAFA

Tints of Electric Blue #76EAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 19.6%
G = 38.87%
B = 41.53%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76EAFA (or 0x76EAFA) is known color: Electric Blue. HEX triplet: 76, EA and FA. RGB value is (118,234,250). Sum of RGB (Red+Green+Blue) = 118+234+250=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #76EAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EAFA is #891505. Grayscale: #C8C8C8. Windows color (decimal): -8983814 or 16444022. OLE color: 16444022.

HSL color Cylindrical-coordinate representation of color #76EAFA: hue angle of 187.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76EAFA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 234 250 -
CMYK 0.53 0.06 0 0.02
HSL 187.27º 0.93% 0.72% -
HSV(B) 187.27º 0.53% 0.98% -
XYZ 54.15 69.6 101.02 -
YUV 201.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 118 234 250 0.53 0.06 0 0.02 187.27 0.93 0.72
Hex 76 EA FA 35 6 0 2 BB 5D 48
Octal 166 352 372 65 6 0 2 273 135 110
Binary 1110110 11101010 11111010 110101 110 0 10 10111011 1011101 1001000

Color Harmonies of #76EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EAFA

Black with #76EAFA

Text Example


Text Example

White with #76EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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