#73a3e8

Color #73A3E8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #73A3E8

Tints of Jordy Blue #73A3E8

Color information

#73A3E8 (or 0x73A3E8) is unknown color: approx Jordy Blue. HEX triplet: 73, A3 and E8. RGB value is (115,163,232). Sum of RGB (Red+Green+Blue) = 115+163+232=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #73A3E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A3E8 is #8C5C17. Grayscale: #9C9C9C. Windows color (decimal): -9198616 or 15246195. OLE color: 15246195.

HSL color Cylindrical-coordinate representation of color #73A3E8: hue angle of 215.38º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73A3E8 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115163232-
CMYK0.500.3000.09
HSL215.38º71.78%68.04%-
HSV(B)215.38º50.43%90.98%-
XYZ34.7335.6781.4-
YUV156.51170.698.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.55%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 232 (91.02% from 255) = 45.49%
R=22.55%
G=31.96%
B=45.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151632320.500.3000.09215.3871.7868.04
Hex73A3E8321E09d74844
Octal1632433506236011327110104
Binary1110011101000111110100011001011110010011101011110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73a3e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,163,232); }

 H1.HeaderClassName
 {
   color: #73a3e8;
 }
 .AnyTagClassName
 {
   color: #73a3e8;
 }
</style>
background-color css

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

 a { background-color: rgb(115,163,232); }

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

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

 span { border-color: rgb(115,163,232); }

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