Html Css Color HEX #73F1FF Electric Blue

📋 copy color: '#73F1FF'

red 115 ◦ green 241 ◦ blue 255

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

Shades of Electric Blue #73F1FF

Tints of Electric Blue #73F1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 18.82%
G = 39.44%
B = 41.73%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73F1FF (or 0x73F1FF) is known color: Electric Blue. HEX triplet: 73, F1 and FF. RGB value is (115,241,255). Sum of RGB (Red+Green+Blue) = 115+241+255=611 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.82% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #73F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73F1FF is #8C0E00. Grayscale: #CCCCCC. Windows color (decimal): -9178625 or 16773491. OLE color: 16773491.

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

Color convert

RGB 115 241 255 -
CMYK 0.55 0.05 0 0
HSL 186º 1% 0.73% -
HSV(B) 186º 0.55% 1% -
XYZ 56.58 73.78 105.87 -
YUV 204.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 115 241 255 0.55 0.05 0 0 186 1 0.73
Hex 73 F1 FF 37 5 0 0 BA 64 49
Octal 163 361 377 67 5 0 0 272 144 111
Binary 1110011 11110001 11111111 110111 101 0 0 10111010 1100100 1001001

Color Harmonies of #73F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F1FF

Black with #73F1FF

Text Example


Text Example

White with #73F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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