Html Css Color HEX #76FAFA Electric Blue

📋 copy color: '#76FAFA'

red 118 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #76FAFA

Tints of Electric Blue #76FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.45%

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

R = 19.09%
G = 40.45%
B = 40.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76FAFA (or 0x76FAFA) is known color: Electric Blue. HEX triplet: 76, FA and FA. RGB value is (118,250,250). Sum of RGB (Red+Green+Blue) = 118+250+250=618 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.09% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #76FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FAFA is #890505. Grayscale: #D2D2D2. Windows color (decimal): -8979718 or 16448118. OLE color: 16448118.

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

Color convert

RGB 118 250 250 -
CMYK 0.53 0 0 0.02
HSL 180º 0.93% 0.72% -
HSV(B) 180º 0.53% 0.98% -
XYZ 58.91 79.12 102.61 -
YUV 210.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 118 250 250 0.53 0 0 0.02 180 0.93 0.72
Hex 76 FA FA 35 0 0 2 B4 5D 48
Octal 166 372 372 65 0 0 2 264 135 110
Binary 1110110 11111010 11111010 110101 0 0 10 10110100 1011101 1001000

Color Harmonies of #76FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FAFA

Black with #76FAFA

Text Example


Text Example

White with #76FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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