Html Css Color HEX #73F0F3 Electric Blue

📋 copy color: '#73F0F3'

red 115 ◦ green 240 ◦ blue 243

#73F0F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #73F0F3

Tints of Electric Blue #73F0F3

RGB

 RED value IS 115 (45.31% from 255) = 19.23%

 GREEN value IS 240 (94.14% from 255) = 40.13%

 BLUE value IS 243 (95.31% from 255) = 40.64%

R = 19.23%
G = 40.13%
B = 40.64%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73F0F3 (or 0x73F0F3) is known color: Electric Blue. HEX triplet: 73, F0 and F3. RGB value is (115,240,243). Sum of RGB (Red+Green+Blue) = 115+240+243=598 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.23% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #73F0F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F0F3 is #8C0F0C. Grayscale: #CACACA. Windows color (decimal): -9178893 or 15986803. OLE color: 15986803.

HSL color Cylindrical-coordinate representation of color #73F0F3: hue angle of 181.41º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F0F3 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 240 243 -
CMYK 0.53 0.01 0 0.05
HSL 181.41º 0.84% 0.7% -
HSV(B) 181.41º 0.53% 0.95% -
XYZ 54.41 72.44 95.91 -
YUV 202.97 150.59 65.26 -
System Red Green Blue C M Y K H S L
Decimal 115 240 243 0.53 0.01 0 0.05 181.41 0.84 0.7
Hex 73 F0 F3 35 1 0 5 B5 54 46
Octal 163 360 363 65 1 0 5 265 124 106
Binary 1110011 11110000 11110011 110101 1 0 101 10110101 1010100 1000110

Color Harmonies of #73F0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F0F3

Black with #73F0F3

Text Example


Text Example

White with #73F0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,243); }

 H1.HeaderClassName
 {
   color: #73F0F3;
 }
 .AnyTagClassName
 {
   color: #73F0F3;
 }
</style>

background-color css

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

 a { background-color: rgb(115,240,243); }

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

border-color css

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

 span { border-color: rgb(115,240,243); }

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