#73EAFC

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

Shades of Electric Blue #73EAFC

Tints of Electric Blue #73EAFC

Color information

#73EAFC (or 0x73EAFC) is unknown color: approx Electric Blue. HEX triplet: 73, EA and FC. RGB value is (115,234,252). Sum of RGB (Red+Green+Blue) = 115+234+252=601 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.13% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #73EAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAFC is #8C1503. Grayscale: #C8C8C8. Windows color (decimal): -9180420 or 16575091. OLE color: 16575091.

HSL color Cylindrical-coordinate representation of color #73EAFC: hue angle of 187.88º 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 #73EAFC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB115234252-
CMYK0.540.0700.01
HSL187.88º95.8%71.96%-
HSV(B)187.88º54.37%98.82%-
XYZ54.0669.52102.66-
YUV200.47157.0867.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.13%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=19.13%
G=38.94%
B=41.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1152342520.540.0700.01187.8895.871.96
Hex73EAFC36701bc6048
Octal16335237466701274140110
Binary11100111110101011111100110110111011011110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73EAFC; }

 p { color: rgb(115,234,252); }

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

<style>
 a { background-color: #73EAFC; }

 a { background-color: rgb(115,234,252); }

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

<style>
 span { border-color: #73EAFC; }

 span { border-color: rgb(115,234,252); }

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