Html Css Color HEX #73E4FF Electric Blue

📋 copy color: '#73E4FF'

red 115 ◦ green 228 ◦ blue 255

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

Shades of Electric Blue #73E4FF

Tints of Electric Blue #73E4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.13%

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

R = 19.23%
G = 38.13%
B = 42.64%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73E4FF (or 0x73E4FF) is known color: Electric Blue. HEX triplet: 73, E4 and FF. RGB value is (115,228,255). Sum of RGB (Red+Green+Blue) = 115+228+255=598 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.23% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #73E4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73E4FF is #8C1B00. Grayscale: #C5C5C5. Windows color (decimal): -9181953 or 16770163. OLE color: 16770163.

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

Color convert

RGB 115 228 255 -
CMYK 0.55 0.11 0 0
HSL 191.57º 1% 0.73% -
HSV(B) 191.57º 0.55% 1% -
XYZ 52.86 66.35 104.63 -
YUV 197.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 115 228 255 0.55 0.11 0 0 191.57 1 0.73
Hex 73 E4 FF 37 B 0 0 C0 64 49
Octal 163 344 377 67 13 0 0 300 144 111
Binary 1110011 11100100 11111111 110111 1011 0 0 11000000 1100100 1001001

Color Harmonies of #73E4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E4FF

Black with #73E4FF

Text Example


Text Example

White with #73E4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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