#73ACD9

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

Shades of Jordy Blue #73ACD9

Tints of Jordy Blue #73ACD9

Color information

#73ACD9 (or 0x73ACD9) is unknown color: approx Jordy Blue. HEX triplet: 73, AC and D9. RGB value is (115,172,217). Sum of RGB (Red+Green+Blue) = 115+172+217=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #73ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACD9 is #8C5326. Grayscale: #9F9F9F. Windows color (decimal): -9196327 or 14265459. OLE color: 14265459.

HSL color Cylindrical-coordinate representation of color #73ACD9: hue angle of 206.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73ACD9 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115172217-
CMYK0.470.2100.15
HSL206.47º57.3%65.1%-
HSV(B)206.47º47%85.1%-
XYZ34.3538.1671.2-
YUV160.09160.1295.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=22.82%
G=34.13%
B=43.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151722170.470.2100.15206.4757.365.1
Hex73ACD92F150Fce3941
Octal163254331572501731671101
Binary111001110101100110110011011111010101111110011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,172,217); }

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

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

 a { background-color: rgb(115,172,217); }

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

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

 span { border-color: rgb(115,172,217); }

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