Html Css Color HEX #73F0FA Electric Blue

📋 copy color: '#73F0FA'

red 115 ◦ green 240 ◦ blue 250

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

Shades of Electric Blue #73F0FA

Tints of Electric Blue #73F0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 19.01%
G = 39.67%
B = 41.32%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73F0FA (or 0x73F0FA) is known color: Electric Blue. HEX triplet: 73, F0 and FA. RGB value is (115,240,250). Sum of RGB (Red+Green+Blue) = 115+240+250=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #73F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F0FA is #8C0F05. Grayscale: #CBCBCB. Windows color (decimal): -9178886 or 16445555. OLE color: 16445555.

HSL color Cylindrical-coordinate representation of color #73F0FA: hue angle of 184.44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F0FA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 240 250 -
CMYK 0.54 0.04 0 0.02
HSL 184.44º 0.93% 0.72% -
HSV(B) 184.44º 0.54% 0.98% -
XYZ 55.49 72.87 101.58 -
YUV 203.77 154.09 64.69 -
System Red Green Blue C M Y K H S L
Decimal 115 240 250 0.54 0.04 0 0.02 184.44 0.93 0.72
Hex 73 F0 FA 36 4 0 2 B8 5D 48
Octal 163 360 372 66 4 0 2 270 135 110
Binary 1110011 11110000 11111010 110110 100 0 10 10111000 1011101 1001000

Color Harmonies of #73F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F0FA

Black with #73F0FA

Text Example


Text Example

White with #73F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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