#73EFFF

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

Shades of Electric Blue #73EFFF

Tints of Electric Blue #73EFFF

Color information

#73EFFF (or 0x73EFFF) is unknown color: approx Electric Blue. HEX triplet: 73, EF and FF. RGB value is (115,239,255). Sum of RGB (Red+Green+Blue) = 115+239+255=609 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.88% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFFF is #8C1000. Grayscale: #CBCBCB. Windows color (decimal): -9179137 or 16772979. OLE color: 16772979.

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

Color convert

RGB115239255-
CMYK0.550.0600
HSL186.86º100%72.55%-
HSV(B)186.86º54.9%100%-
XYZ55.9972.6105.67-
YUV203.75156.9264.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.88%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 255 (100% from 255) = 41.87%
R=18.88%
G=39.24%
B=41.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152392550.550.0600186.8610072.55
Hex73EFFF37600bb6449
Octal16335737767600273144111
Binary11100111110111111111111110111110001011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,239,255); }

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

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

 a { background-color: rgb(115,239,255); }

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

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

 span { border-color: rgb(115,239,255); }

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