Html Css Color HEX #73EFFF Electric Blue

📋 copy color: '#73EFFF'

red 115 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #73EFFF

Tints of Electric Blue #73EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.24%

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

R = 18.88%
G = 39.24%
B = 41.87%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73EFFF (or 0x73EFFF) is known color: Electric Blue. HEX triplet: 73, EF and FF. RGB value is (115,239,255). Sum of RGB (Red+Green+Blue) = 115+239+255=609 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.88% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #73EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EFFF is #8C1000. Grayscale: #CBCBCB. Windows color (decimal): -9179137 or 16772979. OLE color: 16772979.

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

Color convert

RGB 115 239 255 -
CMYK 0.55 0.06 0 0
HSL 186.86º 1% 0.73% -
HSV(B) 186.86º 0.55% 1% -
XYZ 55.99 72.6 105.67 -
YUV 203.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 115 239 255 0.55 0.06 0 0 186.86 1 0.73
Hex 73 EF FF 37 6 0 0 BB 64 49
Octal 163 357 377 67 6 0 0 273 144 111
Binary 1110011 11101111 11111111 110111 110 0 0 10111011 1100100 1001001

Color Harmonies of #73EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFFF

Black with #73EFFF

Text Example


Text Example

White with #73EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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