Html Css Color HEX #73EAFA Electric Blue

📋 copy color: '#73EAFA'

red 115 ◦ green 234 ◦ blue 250

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

Shades of Electric Blue #73EAFA

Tints of Electric Blue #73EAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 19.2%
G = 39.07%
B = 41.74%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73EAFA (or 0x73EAFA) is known color: Electric Blue. HEX triplet: 73, EA and FA. RGB value is (115,234,250). Sum of RGB (Red+Green+Blue) = 115+234+250=599 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.20% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #73EAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAFA is #8C1505. Grayscale: #C8C8C8. Windows color (decimal): -9180422 or 16444019. OLE color: 16444019.

HSL color Cylindrical-coordinate representation of color #73EAFA: hue angle of 187.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73EAFA is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 234 250 -
CMYK 0.54 0.06 0 0.02
HSL 187.11º 0.93% 0.72% -
HSV(B) 187.11º 0.54% 0.98% -
XYZ 53.75 69.39 101 -
YUV 200.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 115 234 250 0.54 0.06 0 0.02 187.11 0.93 0.72
Hex 73 EA FA 36 6 0 2 BB 5D 48
Octal 163 352 372 66 6 0 2 273 135 110
Binary 1110011 11101010 11111010 110110 110 0 10 10111011 1011101 1001000

Color Harmonies of #73EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EAFA

Black with #73EAFA

Text Example


Text Example

White with #73EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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