Html Css Color HEX #76EFEC Electric Blue

📋 copy color: '#76EFEC'

red 118 ◦ green 239 ◦ blue 236

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

Shades of Electric Blue #76EFEC

Tints of Electric Blue #76EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

 BLUE value IS 236 (92.58% from 255) = 39.8%

R = 19.9%
G = 40.3%
B = 39.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#76EFEC (or 0x76EFEC) is known color: Electric Blue. HEX triplet: 76, EF and EC. RGB value is (118,239,236). Sum of RGB (Red+Green+Blue) = 118+239+236=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFEC is #891013. Grayscale: #CACACA. Windows color (decimal): -8982548 or 15527798. OLE color: 15527798.

HSL color Cylindrical-coordinate representation of color #76EFEC: hue angle of 178.51º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFEC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 239 236 -
CMYK 0.51 0 0.01 0.06
HSL 178.51º 0.79% 0.7% -
HSV(B) 178.51º 0.51% 0.94% -
XYZ 53.48 71.64 90.37 -
YUV 202.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 118 239 236 0.51 0 0.01 0.06 178.51 0.79 0.7
Hex 76 EF EC 33 0 1 6 B3 4F 46
Octal 166 357 354 63 0 1 6 263 117 106
Binary 1110110 11101111 11101100 110011 0 1 110 10110011 1001111 1000110

Color Harmonies of #76EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EFEC

Black with #76EFEC

Text Example


Text Example

White with #76EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,239,236); }

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

background-color css

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

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

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

border-color css

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

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

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