#73EBFF

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

Shades of Electric Blue #73EBFF

Tints of Electric Blue #73EBFF

Color information

#73EBFF (or 0x73EBFF) is unknown color: approx Electric Blue. HEX triplet: 73, EB and FF. RGB value is (115,235,255). Sum of RGB (Red+Green+Blue) = 115+235+255=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EBFF is #8C1400. Grayscale: #C9C9C9. Windows color (decimal): -9180161 or 16771955. OLE color: 16771955.

HSL color Cylindrical-coordinate representation of color #73EBFF: hue angle of 188.57º 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 #73EBFF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB115235255-
CMYK0.550.0800
HSL188.57º100%72.55%-
HSV(B)188.57º54.9%100%-
XYZ54.8370.28105.28-
YUV201.4158.2466.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.01%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 255 (100% from 255) = 42.15%
R=19.01%
G=38.84%
B=42.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152352550.550.0800188.5710072.55
Hex73EBFF37800bd6449
Octal163353377671000275144111
Binary111001111101011111111111101111000001011110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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