Html Css Color HEX #73E6FC Electric Blue

📋 copy color: '#73E6FC'

red 115 ◦ green 230 ◦ blue 252

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

Shades of Electric Blue #73E6FC

Tints of Electric Blue #73E6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.21%

R = 19.26%
G = 38.53%
B = 42.21%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73E6FC (or 0x73E6FC) is known color: Electric Blue. HEX triplet: 73, E6 and FC. RGB value is (115,230,252). Sum of RGB (Red+Green+Blue) = 115+230+252=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #73E6FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E6FC is #8C1903. Grayscale: #C5C5C5. Windows color (decimal): -9181444 or 16574067. OLE color: 16574067.

HSL color Cylindrical-coordinate representation of color #73E6FC: hue angle of 189.64º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73E6FC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 230 252 -
CMYK 0.54 0.09 0 0.01
HSL 189.64º 0.96% 0.72% -
HSV(B) 189.64º 0.54% 0.99% -
XYZ 52.94 67.27 102.29 -
YUV 198.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 115 230 252 0.54 0.09 0 0.01 189.64 0.96 0.72
Hex 73 E6 FC 36 9 0 1 BE 60 48
Octal 163 346 374 66 11 0 1 276 140 110
Binary 1110011 11100110 11111100 110110 1001 0 1 10111110 1100000 1001000

Color Harmonies of #73E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E6FC

Black with #73E6FC

Text Example


Text Example

White with #73E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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