#73A7D3

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

Shades of Jordy Blue #73A7D3

Tints of Jordy Blue #73A7D3

Color information

#73A7D3 (or 0x73A7D3) is unknown color: approx Jordy Blue. HEX triplet: 73, A7 and D3. RGB value is (115,167,211). Sum of RGB (Red+Green+Blue) = 115+167+211=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #73A7D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7D3 is #8C582C. Grayscale: #9C9C9C. Windows color (decimal): -9197613 or 13870963. OLE color: 13870963.

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

Color convert

RGB115167211-
CMYK0.450.2100.17
HSL207.5º52.17%63.92%-
HSV(B)207.5º45.5%82.75%-
XYZ32.6535.9966.85-
YUV156.47158.7798.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 211 (82.81% from 255) = 42.80%
R=23.33%
G=33.87%
B=42.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1151672110.450.2100.17207.552.1763.92
Hex73A7D32D15011d03440
Octal163247323552502132064100
Binary1110011101001111101001110110110101010001110100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,167,211); }

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

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

 a { background-color: rgb(115,167,211); }

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

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

 span { border-color: rgb(115,167,211); }

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