#73A6D2

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

Shades of Jordy Blue #73A6D2

Tints of Jordy Blue #73A6D2

Color information

#73A6D2 (or 0x73A6D2) is unknown color: approx Jordy Blue. HEX triplet: 73, A6 and D2. RGB value is (115,166,210). Sum of RGB (Red+Green+Blue) = 115+166+210=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #73A6D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6D2 is #8C592D. Grayscale: #9B9B9B. Windows color (decimal): -9197870 or 13805171. OLE color: 13805171.

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

Color convert

RGB115166210-
CMYK0.450.2100.18
HSL207.79º51.35%63.73%-
HSV(B)207.79º45.24%82.35%-
XYZ32.3435.5766.13-
YUV155.77158.698.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.42%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 210 (82.42% from 255) = 42.77%
R=23.42%
G=33.81%
B=42.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151662100.450.2100.18207.7951.3563.73
Hex73A6D22D15012d03340
Octal163246322552502232063100
Binary1110011101001101101001010110110101010010110100001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,210); }

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

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

 a { background-color: rgb(115,166,210); }

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

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

 span { border-color: rgb(115,166,210); }

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