Html Css Color HEX #74F0EF Electric Blue

📋 copy color: '#74F0EF'

red 116 ◦ green 240 ◦ blue 239

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

Shades of Electric Blue #74F0EF

Tints of Electric Blue #74F0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.34%

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 19.5%
G = 40.34%
B = 40.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#74F0EF (or 0x74F0EF) is known color: Electric Blue. HEX triplet: 74, F0 and EF. RGB value is (116,240,239). Sum of RGB (Red+Green+Blue) = 116+240+239=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F0EF is #8B0F10. Grayscale: #CACACA. Windows color (decimal): -9113361 or 15724660. OLE color: 15724660.

HSL color Cylindrical-coordinate representation of color #74F0EF: hue angle of 179.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0EF is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 239 -
CMYK 0.52 0 0.00 0.06
HSL 179.52º 0.81% 0.7% -
HSV(B) 179.52º 0.52% 0.94% -
XYZ 53.94 72.27 92.77 -
YUV 202.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 116 240 239 0.52 0 0.00 0.06 179.52 0.81 0.7
Hex 74 F0 EF 34 0 0 6 B4 51 46
Octal 164 360 357 64 0 0 6 264 121 106
Binary 1110100 11110000 11101111 110100 0 0 110 10110100 1010001 1000110

Color Harmonies of #74F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0EF

Black with #74F0EF

Text Example


Text Example

White with #74F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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