Html Css Color HEX #73EAFD Electric Blue

📋 copy color: '#73EAFD'

red 115 ◦ green 234 ◦ blue 253

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

Shades of Electric Blue #73EAFD

Tints of Electric Blue #73EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.87%

 BLUE value IS 253 (99.22% from 255) = 42.03%

R = 19.1%
G = 38.87%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73EAFD (or 0x73EAFD) is known color: Electric Blue. HEX triplet: 73, EA and FD. RGB value is (115,234,253). Sum of RGB (Red+Green+Blue) = 115+234+253=602 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.10% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #73EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAFD is #8C1502. Grayscale: #C8C8C8. Windows color (decimal): -9180419 or 16640627. OLE color: 16640627.

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

Color convert

RGB 115 234 253 -
CMYK 0.55 0.08 0 0.01
HSL 188.26º 0.97% 0.72% -
HSV(B) 188.26º 0.55% 0.99% -
XYZ 54.22 69.58 103.5 -
YUV 200.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 115 234 253 0.55 0.08 0 0.01 188.26 0.97 0.72
Hex 73 EA FD 37 8 0 1 BC 61 48
Octal 163 352 375 67 10 0 1 274 141 110
Binary 1110011 11101010 11111101 110111 1000 0 1 10111100 1100001 1001000

Color Harmonies of #73EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EAFD

Black with #73EAFD

Text Example


Text Example

White with #73EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,234,253); }

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

background-color css

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

 a { background-color: rgb(115,234,253); }

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

border-color css

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

 span { border-color: rgb(115,234,253); }

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