#74F2EB

Color #74F2EB Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #74F2EB

Tints of Electric Blue #74F2EB

Color information

#74F2EB (or 0x74F2EB) is unknown color: approx 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

RGB116242235-
CMYK0.5200.030.05
HSL176.67º82.89%70.2%-
HSV(B)176.67º52.07%94.9%-
XYZ53.9573.2289.89-
YUV203.53145.7665.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162422350.5200.030.05176.6782.8970.2
Hex74F2EB34035b15346
Octal16436235364035261123106
Binary111010011110010111010111101000111011011000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>