Html Css Color HEX #74EFEC Electric Blue

📋 copy color: '#74EFEC'

red 116 ◦ green 239 ◦ blue 236

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

Shades of Electric Blue #74EFEC

Tints of Electric Blue #74EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.44%

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

R = 19.63%
G = 40.44%
B = 39.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#74EFEC (or 0x74EFEC) is known color: Electric Blue. HEX triplet: 74, EF and EC. RGB value is (116,239,236). Sum of RGB (Red+Green+Blue) = 116+239+236=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EFEC is #8B1013. Grayscale: #C9C9C9. Windows color (decimal): -9113620 or 15527796. OLE color: 15527796.

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

Color convert

RGB 116 239 236 -
CMYK 0.51 0 0.01 0.06
HSL 178.54º 0.79% 0.7% -
HSV(B) 178.54º 0.51% 0.94% -
XYZ 53.21 71.5 90.35 -
YUV 201.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 116 239 236 0.51 0 0.01 0.06 178.54 0.79 0.7
Hex 74 EF EC 33 0 1 6 B3 4F 46
Octal 164 357 354 63 0 1 6 263 117 106
Binary 1110100 11101111 11101100 110011 0 1 110 10110011 1001111 1000110

Color Harmonies of #74EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFEC

Black with #74EFEC

Text Example


Text Example

White with #74EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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