Html Css Color HEX #74F1EE Electric Blue

📋 copy color: '#74F1EE'

red 116 ◦ green 241 ◦ blue 238

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

Shades of Electric Blue #74F1EE

Tints of Electric Blue #74F1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

 BLUE value IS 238 (93.36% from 255) = 40%

R = 19.5%
G = 40.5%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#74F1EE (or 0x74F1EE) is known color: Electric Blue. HEX triplet: 74, F1 and EE. RGB value is (116,241,238). Sum of RGB (Red+Green+Blue) = 116+241+238=595 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.50% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F1EE is #8B0E11. Grayscale: #CBCBCB. Windows color (decimal): -9113106 or 15659380. OLE color: 15659380.

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

Color convert

RGB 116 241 238 -
CMYK 0.52 0 0.01 0.05
HSL 178.56º 0.82% 0.7% -
HSV(B) 178.56º 0.52% 0.95% -
XYZ 54.09 72.8 92.09 -
YUV 203.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 116 241 238 0.52 0 0.01 0.05 178.56 0.82 0.7
Hex 74 F1 EE 34 0 1 5 B3 52 46
Octal 164 361 356 64 0 1 5 263 122 106
Binary 1110100 11110001 11101110 110100 0 1 101 10110011 1010010 1000110

Color Harmonies of #74F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F1EE

Black with #74F1EE

Text Example


Text Example

White with #74F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,241,238); }

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

background-color css

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

 a { background-color: rgb(116,241,238); }

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

border-color css

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

 span { border-color: rgb(116,241,238); }

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