#73A0CD

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

Shades of Jordy Blue #73A0CD

Tints of Jordy Blue #73A0CD

Color information

#73A0CD (or 0x73A0CD) is unknown color: approx Jordy Blue. HEX triplet: 73, A0 and CD. RGB value is (115,160,205). Sum of RGB (Red+Green+Blue) = 115+160+205=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #73A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CD is #8C5F32. Grayscale: #979797. Windows color (decimal): -9199411 or 13475955. OLE color: 13475955.

HSL color Cylindrical-coordinate representation of color #73A0CD: hue angle of 210º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73A0CD is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115160205-
CMYK0.440.2200.20
HSL210º47.37%62.75%-
HSV(B)210º43.9%80.39%-
XYZ30.6633.1962.55-
YUV151.67158.09101.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 160 (62.89% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=23.96%
G=33.33%
B=42.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151602050.440.2200.2021047.3762.75
Hex73A0CD2C16014d22f3f
Octal16324031554260243225777
Binary111001110100000110011011011001011001010011010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,205); }

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

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

 a { background-color: rgb(115,160,205); }

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

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

 span { border-color: rgb(115,160,205); }

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