#73AADD

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

Shades of Jordy Blue #73AADD

Tints of Jordy Blue #73AADD

Color information

#73AADD (or 0x73AADD) is unknown color: approx Jordy Blue. HEX triplet: 73, AA and DD. RGB value is (115,170,221). Sum of RGB (Red+Green+Blue) = 115+170+221=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #73AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AADD is #8C5522. Grayscale: #9F9F9F. Windows color (decimal): -9196835 or 14527091. OLE color: 14527091.

HSL color Cylindrical-coordinate representation of color #73AADD: hue angle of 208.87º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AADD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115170221-
CMYK0.480.2300.13
HSL208.87º60.92%65.88%-
HSV(B)208.87º47.96%86.67%-
XYZ34.537.6173.85-
YUV159.37162.7896.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.73%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=22.73%
G=33.60%
B=43.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151702210.480.2300.13208.8760.9265.88
Hex73AADD30170Dd13d42
Octal163252335602701532175102
Binary111001110101010110111011100001011101101110100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,221); }

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

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

 a { background-color: rgb(115,170,221); }

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

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

 span { border-color: rgb(115,170,221); }

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