#73EDFE

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

Shades of Electric Blue #73EDFE

Tints of Electric Blue #73EDFE

Color information

#73EDFE (or 0x73EDFE) is unknown color: approx Electric Blue. HEX triplet: 73, ED and FE. RGB value is (115,237,254). Sum of RGB (Red+Green+Blue) = 115+237+254=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #73EDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EDFE is #8C1201. Grayscale: #CACACA. Windows color (decimal): -9179650 or 16706931. OLE color: 16706931.

HSL color Cylindrical-coordinate representation of color #73EDFE: hue angle of 187.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73EDFE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115237254-
CMYK0.550.0700.00
HSL187.34º98.58%72.35%-
HSV(B)187.34º54.72%99.61%-
XYZ55.2471.37104.63-
YUV202.46157.0865.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.98%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=18.98%
G=39.11%
B=41.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152372540.550.0700.00187.3498.5872.35
Hex73EDFE37700bb6348
Octal16335537667700273143110
Binary11100111110110111111110110111111001011101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,237,254); }

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

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

 a { background-color: rgb(115,237,254); }

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

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

 span { border-color: rgb(115,237,254); }

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