#74EBFB

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

Shades of Electric Blue #74EBFB

Tints of Electric Blue #74EBFB

Color information

#74EBFB (or 0x74EBFB) is unknown color: approx Electric Blue. HEX triplet: 74, EB and FB. RGB value is (116,235,251). Sum of RGB (Red+Green+Blue) = 116+235+251=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #74EBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EBFB is #8B1404. Grayscale: #C9C9C9. Windows color (decimal): -9114629 or 16509812. OLE color: 16509812.

HSL color Cylindrical-coordinate representation of color #74EBFB: hue angle of 187.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74EBFB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116235251-
CMYK0.540.0600.02
HSL187.11º94.41%71.96%-
HSV(B)187.11º53.78%98.43%-
XYZ54.3270.09101.93-
YUV201.24156.0867.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.27%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=19.27%
G=39.04%
B=41.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162352510.540.0600.02187.1194.4171.96
Hex74EBFB36602bb5e48
Octal16435337366602273136110
Binary111010011101011111110111101101100101011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74EBFB;
 }
 .AnyTagClassName
 {
   color: #74EBFB;
 }
</style>
background-color css

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

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

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

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

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

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