#73EFFC

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

Shades of Electric Blue #73EFFC

Tints of Electric Blue #73EFFC

Color information

#73EFFC (or 0x73EFFC) is unknown color: approx Electric Blue. HEX triplet: 73, EF and FC. RGB value is (115,239,252). Sum of RGB (Red+Green+Blue) = 115+239+252=606 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.98% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #73EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFFC is #8C1003. Grayscale: #CBCBCB. Windows color (decimal): -9179140 or 16576371. OLE color: 16576371.

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

Color convert

RGB115239252-
CMYK0.540.0500.01
HSL185.69º95.8%71.96%-
HSV(B)185.69º54.37%98.82%-
XYZ55.5172.41103.15-
YUV203.41155.4264.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 18.98%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=18.98%
G=39.44%
B=41.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1152392520.540.0500.01185.6995.871.96
Hex73EFFC36501ba6048
Octal16335737466501272140110
Binary11100111110111111111100110110101011011101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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