#73A3EB

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

Shades of Jordy Blue #73A3EB

Tints of Jordy Blue #73A3EB

Color information

#73A3EB (or 0x73A3EB) is unknown color: approx Jordy Blue. HEX triplet: 73, A3 and EB. RGB value is (115,163,235). Sum of RGB (Red+Green+Blue) = 115+163+235=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #73A3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A3EB is #8C5C14. Grayscale: #9C9C9C. Windows color (decimal): -9198613 or 15442803. OLE color: 15442803.

HSL color Cylindrical-coordinate representation of color #73A3EB: hue angle of 216º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A3EB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB115163235-
CMYK0.510.3100.08
HSL216º75%68.63%-
HSV(B)216º51.06%92.16%-
XYZ35.1635.8483.66-
YUV156.86172.198.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.42%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 235 (92.19% from 255) = 45.81%
R=22.42%
G=31.77%
B=45.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151632350.510.3100.082167568.63
Hex73A3EB331F08d84b45
Octal1632433536337010330113105
Binary1110011101000111110101111001111111010001101100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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