Html Css Color HEX #74F2EB Electric Blue

📋 copy color: '#74F2EB'

red 116 ◦ green 242 ◦ blue 235

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

Shades of Electric Blue #74F2EB

Tints of Electric Blue #74F2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 19.56%
G = 40.81%
B = 39.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#74F2EB (or 0x74F2EB) is known color: Electric Blue. HEX triplet: 74, F2 and EB. RGB value is (116,242,235). Sum of RGB (Red+Green+Blue) = 116+242+235=593 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.56% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F2EB is #8B0D14. Grayscale: #CBCBCB. Windows color (decimal): -9112853 or 15463028. OLE color: 15463028.

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

Color convert

RGB 116 242 235 -
CMYK 0.52 0 0.03 0.05
HSL 176.67º 0.83% 0.7% -
HSV(B) 176.67º 0.52% 0.95% -
XYZ 53.95 73.22 89.89 -
YUV 203.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 116 242 235 0.52 0 0.03 0.05 176.67 0.83 0.7
Hex 74 F2 EB 34 0 3 5 B1 53 46
Octal 164 362 353 64 0 3 5 261 123 106
Binary 1110100 11110010 11101011 110100 0 11 101 10110001 1010011 1000110

Color Harmonies of #74F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2EB

Black with #74F2EB

Text Example


Text Example

White with #74F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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