Html Css Color HEX #74F2EC Electric Blue

📋 copy color: '#74F2EC'

red 116 ◦ green 242 ◦ blue 236

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

Shades of Electric Blue #74F2EC

Tints of Electric Blue #74F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.74%

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

R = 19.53%
G = 40.74%
B = 39.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#74F2EC (or 0x74F2EC) is known color: Electric Blue. HEX triplet: 74, F2 and EC. RGB value is (116,242,236). Sum of RGB (Red+Green+Blue) = 116+242+236=594 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.53% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F2EC is #8B0D13. Grayscale: #CBCBCB. Windows color (decimal): -9112852 or 15528564. OLE color: 15528564.

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

Color convert

RGB 116 242 236 -
CMYK 0.52 0 0.02 0.05
HSL 177.14º 0.83% 0.7% -
HSV(B) 177.14º 0.52% 0.95% -
XYZ 54.09 73.27 90.65 -
YUV 203.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 116 242 236 0.52 0 0.02 0.05 177.14 0.83 0.7
Hex 74 F2 EC 34 0 2 5 B1 53 46
Octal 164 362 354 64 0 2 5 261 123 106
Binary 1110100 11110010 11101100 110100 0 10 101 10110001 1010011 1000110

Color Harmonies of #74F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2EC

Black with #74F2EC

Text Example


Text Example

White with #74F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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