#73A0CC

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

Shades of Jordy Blue #73A0CC

Tints of Jordy Blue #73A0CC

Color information

#73A0CC (or 0x73A0CC) is unknown color: approx Jordy Blue. HEX triplet: 73, A0 and CC. RGB value is (115,160,204). Sum of RGB (Red+Green+Blue) = 115+160+204=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #73A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0CC is #8C5F33. Grayscale: #979797. Windows color (decimal): -9199412 or 13410419. OLE color: 13410419.

HSL color Cylindrical-coordinate representation of color #73A0CC: hue angle of 209.66º 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 #73A0CC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB115160204-
CMYK0.440.2200.2
HSL209.66º46.6%62.55%-
HSV(B)209.66º43.63%80%-
XYZ30.5433.1561.91-
YUV151.56157.59101.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=24.01%
G=33.40%
B=42.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151602040.440.2200.2209.6646.662.55
Hex73A0CC2C16014d22f3f
Octal16324031454260243225777
Binary111001110100000110011001011001011001010011010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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