Html Css Color HEX #76EBF1 Electric Blue

📋 copy color: '#76EBF1'

red 118 ◦ green 235 ◦ blue 241

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

Shades of Electric Blue #76EBF1

Tints of Electric Blue #76EBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.56%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 19.87%
G = 39.56%
B = 40.57%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76EBF1 (or 0x76EBF1) is known color: Electric Blue. HEX triplet: 76, EB and F1. RGB value is (118,235,241). Sum of RGB (Red+Green+Blue) = 118+235+241=594 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.87% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #76EBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EBF1 is #89140E. Grayscale: #C8C8C8. Windows color (decimal): -8983567 or 15854454. OLE color: 15854454.

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

Color convert

RGB 118 235 241 -
CMYK 0.51 0.02 0 0.05
HSL 182.93º 0.81% 0.7% -
HSV(B) 182.93º 0.51% 0.95% -
XYZ 53.06 69.62 93.86 -
YUV 200.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 118 235 241 0.51 0.02 0 0.05 182.93 0.81 0.7
Hex 76 EB F1 33 2 0 5 B7 51 46
Octal 166 353 361 63 2 0 5 267 121 106
Binary 1110110 11101011 11110001 110011 10 0 101 10110111 1010001 1000110

Color Harmonies of #76EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EBF1

Black with #76EBF1

Text Example


Text Example

White with #76EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,235,241); }

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

background-color css

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

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

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

border-color css

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

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

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