Html Css Color HEX #73EEF0 Electric Blue

📋 copy color: '#73EEF0'

red 115 ◦ green 238 ◦ blue 240

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

Shades of Electric Blue #73EEF0

Tints of Electric Blue #73EEF0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.13%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 19.39%
G = 40.13%
B = 40.47%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73EEF0 (or 0x73EEF0) is known color: Electric Blue. HEX triplet: 73, EE and F0. RGB value is (115,238,240). Sum of RGB (Red+Green+Blue) = 115+238+240=593 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.39% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #73EEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEF0 is #8C110F. Grayscale: #C9C9C9. Windows color (decimal): -9179408 or 15789683. OLE color: 15789683.

HSL color Cylindrical-coordinate representation of color #73EEF0: hue angle of 180.96º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEF0 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 238 240 -
CMYK 0.52 0.01 0 0.06
HSL 180.96º 0.81% 0.7% -
HSV(B) 180.96º 0.52% 0.94% -
XYZ 53.37 71.09 93.35 -
YUV 201.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 115 238 240 0.52 0.01 0 0.06 180.96 0.81 0.7
Hex 73 EE F0 34 1 0 6 B5 51 46
Octal 163 356 360 64 1 0 6 265 121 106
Binary 1110011 11101110 11110000 110100 1 0 110 10110101 1010001 1000110

Color Harmonies of #73EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEF0

Black with #73EEF0

Text Example


Text Example

White with #73EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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