#73A5D1

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

Shades of Jordy Blue #73A5D1

Tints of Jordy Blue #73A5D1

Color information

#73A5D1 (or 0x73A5D1) is unknown color: approx Jordy Blue. HEX triplet: 73, A5 and D1. RGB value is (115,165,209). Sum of RGB (Red+Green+Blue) = 115+165+209=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #73A5D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5D1 is #8C5A2E. Grayscale: #9A9A9A. Windows color (decimal): -9198127 or 13739379. OLE color: 13739379.

HSL color Cylindrical-coordinate representation of color #73A5D1: hue angle of 208.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73A5D1 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115165209-
CMYK0.450.2100.18
HSL208.09º50.54%63.53%-
HSV(B)208.09º44.98%81.96%-
XYZ32.0335.1665.42-
YUV155.07158.4499.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=23.52%
G=33.74%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151652090.450.2100.18208.0950.5463.53
Hex73A5D12D15012d03340
Octal163245321552502232063100
Binary1110011101001011101000110110110101010010110100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,209); }

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

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

 a { background-color: rgb(115,165,209); }

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

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

 span { border-color: rgb(115,165,209); }

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