Html Css Color HEX #73E6FF Electric Blue

📋 copy color: '#73E6FF'

red 115 ◦ green 230 ◦ blue 255

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

Shades of Electric Blue #73E6FF

Tints of Electric Blue #73E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

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

R = 19.17%
G = 38.33%
B = 42.5%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73E6FF (or 0x73E6FF) is known color: Electric Blue. HEX triplet: 73, E6 and FF. RGB value is (115,230,255). Sum of RGB (Red+Green+Blue) = 115+230+255=600 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.17% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #73E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E6FF is #8C1900. Grayscale: #C6C6C6. Windows color (decimal): -9181441 or 16770675. OLE color: 16770675.

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

Color convert

RGB 115 230 255 -
CMYK 0.55 0.10 0 0
HSL 190.71º 1% 0.73% -
HSV(B) 190.71º 0.55% 1% -
XYZ 53.42 67.46 104.81 -
YUV 198.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 115 230 255 0.55 0.10 0 0 190.71 1 0.73
Hex 73 E6 FF 37 A 0 0 BF 64 49
Octal 163 346 377 67 12 0 0 277 144 111
Binary 1110011 11100110 11111111 110111 1010 0 0 10111111 1100100 1001001

Color Harmonies of #73E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E6FF

Black with #73E6FF

Text Example


Text Example

White with #73E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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