#73A8D2

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

Shades of Jordy Blue #73A8D2

Tints of Jordy Blue #73A8D2

Color information

#73A8D2 (or 0x73A8D2) is unknown color: approx Jordy Blue. HEX triplet: 73, A8 and D2. RGB value is (115,168,210). Sum of RGB (Red+Green+Blue) = 115+168+210=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #73A8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8D2 is #8C572D. Grayscale: #9C9C9C. Windows color (decimal): -9197358 or 13805683. OLE color: 13805683.

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

Color convert

RGB115168210-
CMYK0.450.200.18
HSL206.53º51.35%63.73%-
HSV(B)206.53º45.24%82.35%-
XYZ32.7136.366.26-
YUV156.94157.9498.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 210 (82.42% from 255) = 42.60%
R=23.33%
G=34.08%
B=42.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151682100.450.200.18206.5351.3563.73
Hex73A8D22D14012cf3340
Octal163250322552402231763100
Binary1110011101010001101001010110110100010010110011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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