#74F1FC

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

Shades of Electric Blue #74F1FC

Tints of Electric Blue #74F1FC

Color information

#74F1FC (or 0x74F1FC) is unknown color: approx Electric Blue. HEX triplet: 74, F1 and FC. RGB value is (116,241,252). Sum of RGB (Red+Green+Blue) = 116+241+252=609 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.05% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #74F1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F1FC is #8B0E03. Grayscale: #CCCCCC. Windows color (decimal): -9113092 or 16576884. OLE color: 16576884.

HSL color Cylindrical-coordinate representation of color #74F1FC: hue angle of 184.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74F1FC is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116241252-
CMYK0.540.0400.01
HSL184.85º95.77%72.16%-
HSV(B)184.85º53.97%98.82%-
XYZ56.2373.65103.35-
YUV204.88154.5964.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.05%
GREEN value IS 241 (94.53% from 255) = 39.57%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=19.05%
G=39.57%
B=41.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162412520.540.0400.01184.8595.7772.16
Hex74F1FC36401b96048
Octal16436137466401271140110
Binary11101001111000111111100110110100011011100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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