#73A3E1

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

Shades of Jordy Blue #73A3E1

Tints of Jordy Blue #73A3E1

Color information

#73A3E1 (or 0x73A3E1) is unknown color: approx Jordy Blue. HEX triplet: 73, A3 and E1. RGB value is (115,163,225). Sum of RGB (Red+Green+Blue) = 115+163+225=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #73A3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3E1 is #8C5C1E. Grayscale: #9B9B9B. Windows color (decimal): -9198623 or 14787443. OLE color: 14787443.

HSL color Cylindrical-coordinate representation of color #73A3E1: hue angle of 213.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73A3E1 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB115163225-
CMYK0.490.2800.12
HSL213.82º64.71%66.67%-
HSV(B)213.82º48.89%88.24%-
XYZ33.7635.2876.26-
YUV155.72167.198.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=22.86%
G=32.41%
B=44.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1151632250.490.2800.12213.8264.7166.67
Hex73A3E1311C0Cd64143
Octal1632433416134014326101103
Binary1110011101000111110000111000111100011001101011010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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