Html Css Color HEX #74ECF0 Electric Blue

📋 copy color: '#74ECF0'

red 116 ◦ green 236 ◦ blue 240

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

Shades of Electric Blue #74ECF0

Tints of Electric Blue #74ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.86%

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 19.59%
G = 39.86%
B = 40.54%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74ECF0 (or 0x74ECF0) is known color: Electric Blue. HEX triplet: 74, EC and F0. RGB value is (116,236,240). Sum of RGB (Red+Green+Blue) = 116+236+240=592 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.59% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #74ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74ECF0 is #8B130F. Grayscale: #C8C8C8. Windows color (decimal): -9114384 or 15789172. OLE color: 15789172.

HSL color Cylindrical-coordinate representation of color #74ECF0: hue angle of 181.94º 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 #74ECF0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 236 240 -
CMYK 0.52 0.02 0 0.06
HSL 181.94º 0.81% 0.7% -
HSV(B) 181.94º 0.52% 0.94% -
XYZ 52.93 70 93.16 -
YUV 200.58 150.24 67.67 -
System Red Green Blue C M Y K H S L
Decimal 116 236 240 0.52 0.02 0 0.06 181.94 0.81 0.7
Hex 74 EC F0 34 2 0 6 B6 51 46
Octal 164 354 360 64 2 0 6 266 121 106
Binary 1110100 11101100 11110000 110100 10 0 110 10110110 1010001 1000110

Color Harmonies of #74ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ECF0

Black with #74ECF0

Text Example


Text Example

White with #74ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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