Html Css Color HEX #74EFF7 Electric Blue

📋 copy color: '#74EFF7'

red 116 ◦ green 239 ◦ blue 247

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

Shades of Electric Blue #74EFF7

Tints of Electric Blue #74EFF7

RGB

 RED value IS 116 (45.7% from 255) = 19.27%

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 19.27%
G = 39.7%
B = 41.03%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#74EFF7 (or 0x74EFF7) is known color: Electric Blue. HEX triplet: 74, EF and F7. RGB value is (116,239,247). Sum of RGB (Red+Green+Blue) = 116+239+247=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #74EFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFF7 is #8B1008. Grayscale: #CACACA. Windows color (decimal): -9113609 or 16248692. OLE color: 16248692.

HSL color Cylindrical-coordinate representation of color #74EFF7: hue angle of 183.66º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EFF7 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 239 247 -
CMYK 0.53 0.03 0 0.03
HSL 183.66º 0.89% 0.71% -
HSV(B) 183.66º 0.53% 0.97% -
XYZ 54.86 72.16 99.03 -
YUV 203.14 152.75 65.85 -
System Red Green Blue C M Y K H S L
Decimal 116 239 247 0.53 0.03 0 0.03 183.66 0.89 0.71
Hex 74 EF F7 35 3 0 3 B8 59 47
Octal 164 357 367 65 3 0 3 270 131 107
Binary 1110100 11101111 11110111 110101 11 0 11 10111000 1011001 1000111

Color Harmonies of #74EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFF7

Black with #74EFF7

Text Example


Text Example

White with #74EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74EFF7; }

 p { color: rgb(116,239,247); }

 H1.HeaderClassName
 {
   color: #74EFF7;
 }
 .AnyTagClassName
 {
   color: #74EFF7;
 }
</style>

background-color css

<style>
 a { background-color: #74EFF7; }

 a { background-color: rgb(116,239,247); }

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

border-color css

<style>
 span { border-color: #74EFF7; }

 span { border-color: rgb(116,239,247); }

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