#74F6FB

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

Shades of Electric Blue #74F6FB

Tints of Electric Blue #74F6FB

Color information

#74F6FB (or 0x74F6FB) is unknown color: approx Electric Blue. HEX triplet: 74, F6 and FB. RGB value is (116,246,251). Sum of RGB (Red+Green+Blue) = 116+246+251=613 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.92% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #74F6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F6FB is #8B0904. Grayscale: #CFCFCF. Windows color (decimal): -9111813 or 16512628. OLE color: 16512628.

HSL color Cylindrical-coordinate representation of color #74F6FB: hue angle of 182.22º 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 #74F6FB is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116246251-
CMYK0.540.0200.02
HSL182.22º94.41%71.96%-
HSV(B)182.22º53.78%98.43%-
XYZ57.5776.59103.02-
YUV207.7152.4362.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 18.92%
GREEN value IS 246 (96.48% from 255) = 40.13%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=18.92%
G=40.13%
B=40.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162462510.540.0200.02182.2294.4171.96
Hex74F6FB36202b65e48
Octal16436637366202266136110
Binary11101001111011011111011110110100101011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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